Registry / cli / thor-aws

thor-aws

JSON →
library0.0.5rbrubygemsunverified

Thor extension for building CLI to deal with AWS.

gem install thor-aws
INSTALL
IMPORT
SIG · THOR-AWS
T
thor-aws
clirubyv0.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ThorAws
require 'thor-aws'

Define a Thor CLI task that lists S3 buckets

require 'thor-aws' class MyCLI < Thor include ThorAws desc 'list_buckets', 'List S3 buckets' def list_buckets puts s3.list_buckets.buckets.map(&:name) end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
48 hits · last 30 days
node
38
OpenAI (training)
1
Resources
thor-aws — gem install thor-aws · libregistry