mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
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.
|