class InspecPlugins::Artifact::CLI
Public Instance Methods
generate_keys()
click to toggle source
# File lib/plugins/inspec-artifact/lib/inspec-artifact/cli.rb, line 85 def generate_keys puts "Generating keys" InspecPlugins::Artifact::Base.keygen(options) end
install_profile()
click to toggle source
# File lib/plugins/inspec-artifact/lib/inspec-artifact/cli.rb, line 111 def install_profile InspecPlugins::Artifact::Base.profile_install(options) end
sign_profile()
click to toggle source
# File lib/plugins/inspec-artifact/lib/inspec-artifact/cli.rb, line 95 def sign_profile InspecPlugins::Artifact::Base.profile_sign(options) end
verify_profile()
click to toggle source
# File lib/plugins/inspec-artifact/lib/inspec-artifact/cli.rb, line 102 def verify_profile InspecPlugins::Artifact::Base.profile_verify(options) end