Logo

Command Palette

Search for a command to run...

failover groups add

Adds a new Failover Group to a Cloud 66 account. You can create an empty Failover Group with neither primary nor secondary app set.

$ cx failover-group add [--primary <primary app>] [--secondary <secondary app>] [--current <current app>] [--no-primary] [--no-secondary]

Options

ArgumentRequired?DefaultDescription
--primary, -p <primary app>noThe name of the application which should be set as "primary" in the Failover Group
--secondary, -s <secondary app>noThe name of the application which should be set as "secondary" in the Failover Group
--current <current app>no--Sets the Failover Group to point at either the primary app - or the secondary app
--no-primarynoCreate a Failover Group with no primary application
--no-secondarynoCreate a Failover Group with no secondary application

Examples

$ cx failover-group add -p my-main-app -s my-backup-app