class InspecPlugins::Habitat::ProfileCLI
Public Class Methods
Public Instance Methods
create(path = ".")
click to toggle source
# File lib/plugins/inspec-habitat/lib/inspec-habitat/cli.rb, line 16 def create(path = ".") InspecPlugins::Habitat::Profile.new(path, options).create end
setup(path = ".")
click to toggle source
# File lib/plugins/inspec-habitat/lib/inspec-habitat/cli.rb, line 21 def setup(path = ".") InspecPlugins::Habitat::Profile.new(path, options).setup end
upload(path = ".")
click to toggle source
# File lib/plugins/inspec-habitat/lib/inspec-habitat/cli.rb, line 26 def upload(path = ".") InspecPlugins::Habitat::Profile.new(path, options).upload end