Class: Jets::CLI::Dotenv::Unset
- Defined in:
- lib/jets/cli/dotenv/unset.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Set
#option_key, #run, #ssm_manager, #ssm_method, #sure_message, #vars
Methods included from Env::Parse
Methods inherited from Base
#initialize, #paginate, #paging_params, rescue_api_error
Methods included from Util::Logging
Methods included from AwsServices
#apigateway, #aws_options, #cfn, #codebuild, #dynamodb, #lambda_client, #logs, #s3, #s3_resource, #sns, #sqs, #ssm, #sts, #wafv2
Methods included from AwsServices::StackStatus
Methods included from AwsServices::GlobalMemoist
Methods included from Api
Constructor Details
This class inherits a constructor from Jets::CLI::Base
Instance Method Details
#names ⇒ Object
7 8 9 |
# File 'lib/jets/cli/dotenv/unset.rb', line 7 def names @options[:names] end |
#perform ⇒ Object
3 4 5 |
# File 'lib/jets/cli/dotenv/unset.rb', line 3 def perform ssm_manager.delete(names) end |