Logo

Command Palette

Search for a command to run...

notifications upload

Uploads notifications in a YAML formatted file. Settings in the file will replace any existing settings. If an application group is specified, all of the apps in the group will be updated.

$ cx notifications upload [--stack <application name> | --application-group <group name>] --file <filename>

Options

ArgumentsRequired?DefaultDescription
-stack, -s <application name>either/orThe name of the application to be updated
--application-group, -a <group name>either/orThe name of the application group to be updated
--file, -f <filename>yesThe name of the file containing the notification settings that will be uploaded

Examples

$ cx notifications upload -a production-group -f my-notification-settings.yml