glassechidna / stackit

Cross-platform CloudFormation CLI tool for easy synchronous and idempotent stack updates
Apache License 2.0
37 stars 7 forks source link

Add S3 bucket name suffix and tagging options #52

Open thilinapiy opened 3 years ago

thilinapiy commented 3 years ago

Adding following options to stackit cli.

* `--stackit-s3-suffix "random"`
If the s3 bucket stackit creates requires a unique S3 bucket name.

* `--stackit-tags "key=val,key2=val2"`
If the s3 bucket stackit creates requires tags, you can add them with this flag.