Skip to content

CLI Command: delete

Daniel Kang edited this page Nov 22, 2016 · 6 revisions

Usage

coldbrew delete [flags]

delete command helps you clean up resources for the application.

Flags

See here for global flags.

--app-name

App name. If you use this flag, this will override app name in the configuration file (if any).

--cluster-name

Cluster name. If you use this flag, this will override cluster name in the configuration file (if any).

--yes / -y

If you use this flag, coldbrew-cli will delete all AWS resources with no confirmation.

--continue

If you use this flag, coldbrew-cli will continue to delete other AWS resources in case of errors.

Clone this wiki locally