Skip to content

Commit

Permalink
added a note about color as well"
Browse files Browse the repository at this point in the history
  • Loading branch information
YashdalfTheGray committed Mar 12, 2022
1 parent f8285d3 commit 30ae843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- The `ClusterCleanup::deleteClusterAndResources` function is now async and returns a list of cleaned up resources.
- The `ClusterCleanup::deleteClusterAndResources` function now takes an optional stack name and a verbosity level. Additionally, it takes an options object that you can use to tune the timings.
- Verbosity across the library is now an integer and can range from 0 to 2, inclusive.
- Added a color, and a no-color option as well, defaults to color enabled.

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The CLI and the ECS Console go through about 9 steps to clean up an ECS cluster

Run `npm install --global cluster-cleanup` to install the CLI. Once installed, run `cluster-cleanup --help` to learn about all the options. This CLI interfaces with AWS so credentials are required. The CLI can use credentials already configured from AWS CLI, and there are options to pass in an assume role ARN (and an external ID) or to use a profile.

You can also just pass in the credentials themselves. It is done this way to support multiple entrypoints for credentials, somewhat modeled after the AWS CLI/SDK behavior.
You can also just pass in the credentials themselves. It is done this way to support multiple entrypoints for credentials, somewhat modeled after the AWS CLI/SDK behavior. There is also a `--no-color` option to disable color output, in case the logs need to be captured and parsed.

### Library usage

Expand Down

0 comments on commit 30ae843

Please sign in to comment.