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