0.0.2 • Published 6 years ago

s3-tags v0.0.2

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

S3 Tags

Simple utility to find tagged and untagged S3 buckets.

How to install

npm install -g s3-tags

Usage

List all buckets tagged with aws:cloudformation:stack-name:

$ s3-tags --tag=aws:cloudformation:stack-name 

List all buckets and their tags tagged with aws:cloudformation:stack-name:

$ s3-tags --tag=aws:cloudformation:stack-name --details 

List all buckets not tagged with aws:cloudformation:stack-name:

$ s3-tags --tag=aws:cloudformation:stack-name --not-tagged