mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
3013bdcc46
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
18 lines
301 B
Markdown
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.
|