You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ClusterCleanup class can take AWS service clients as arguments.
The ClusterCleanupEvents uses standard on and emit methods with type overloads.
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
Added a CLI support script and changed the API to support using a CLI.
Added a script that supports npm install --global executable script.