14 15 16
# File 'lib/bundles/inspec-habitat/cli.rb', line 14 def create(path) Habitat::Profile.create(path, options) end
19 20 21
# File 'lib/bundles/inspec-habitat/cli.rb', line 19 def setup(path) Habitat::Profile.setup(path) end
24 25 26
# File 'lib/bundles/inspec-habitat/cli.rb', line 24 def upload(path) Habitat::Profile.upload(path, options) end