Logo

Command Palette

Search for a command to run...

notifications download

Download all the alert settings for a given application as a YAML formatted file.

$ cx notifications download --stack <application name> --file <filename>

Options

ArgumentsRequired?DefaultDescription
-stack, -s <application name>yesThe name of the application
--file, -f <filename>yesThe name of the file in which the notification settings will be saved.

Examples

$ cx notifications download -s my-stack --file my-stack-alerts.yml