Class: Habitat::HabitatProfileCLI
- Inherits:
-
Thor
- Object
- Thor
- Habitat::HabitatProfileCLI
- Defined in:
- lib/bundles/inspec-habitat/cli.rb
Instance Method Summary collapse
Instance Method Details
#create(path) ⇒ Object
13 14 15 |
# File 'lib/bundles/inspec-habitat/cli.rb', line 13 def create(path) Habitat::Profile.create(path, ) end |
#setup(path) ⇒ Object
18 19 20 |
# File 'lib/bundles/inspec-habitat/cli.rb', line 18 def setup(path) Habitat::Profile.setup(path) end |
#upload(path) ⇒ Object
23 24 25 |
# File 'lib/bundles/inspec-habitat/cli.rb', line 23 def upload(path) Habitat::Profile.upload(path, ) end |