
Welcome to InfraSpec
🚀 Coming soon! In the mean time check out: https://github.com/robmorgan/infraspec or the quick start below.
Quick start
You can test the early development versions of InfraSpec using Homebrew .
⚠️
Warning
InfraSpec is still under active development and is likely to change significantly in the near future. Some features may not be implemented yet or work as expected. Thank you for your early participation and feedback!
- Install InfraSpec using Homebrew:
brew tap robmorgan/infraspec
brew install infraspec
- Initialize a repo containing your infrastructure code:
infraspec init # creates a ./features directory if it doesn't already exist
- Create your first infrastructure test:
infraspec new dynamodb.feature
- Run the tests
infraspec features/dynamodb.feature
💡
Tip
If your using VS Code, we recommend installing the Cucumber (Gherkin) Full Support extension for syntax highlighting.
Last updated on