inspec/README.md
Dominik Richter 3013bdcc46 feature: add pry for development consoles
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
2015-06-10 17:40:16 +02:00

18 lines
301 B
Markdown

# vulcanosec cli
CLI tool for vulcanosec.
## Development
You can get a console within your evaluation context. Example:
```ruby
rule "sth-new" do
binding.pry
...
end
```
Once you run `vulcano check myprofile/` you will get a CLI context.
Copyright 2015 Dominik Richter. All rights reserved.