Class: Jets::CLI::Ci::Info
- Includes:
- AwsServices
- Defined in:
- lib/jets/cli/ci/info.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
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 inherited from Base
#build_id, #check_build_id!, #find_build, #run_with_exception_handling, #show_console_log_url, #stack_name, #stop_build
Methods inherited from Base
#initialize, #paginate, #paging_params, rescue_api_error
Methods included from Util::Logging
Methods included from Api
Constructor Details
This class inherits a constructor from Jets::CLI::Base
Instance Method Details
#run ⇒ Object
5 6 7 8 9 |
# File 'lib/jets/cli/ci/info.rb', line 5 def run resp = codebuild.batch_get_projects(names: [project_name]) project = resp.projects.first present(project) end |