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 16 |
# File 'lib/bundles/inspec-habitat/cli.rb', line 13 def create(path) puts Habitat::Profile.create(path, ) end |
#upload(path) ⇒ Object
19 20 21 |
# File 'lib/bundles/inspec-habitat/cli.rb', line 19 def upload(path) Habitat::Profile.upload(path, ) end |