promote¶
A build set is a set of commonly-tagged revisions; the simplest form of a build set is a set of revisions released to a channel.
Currently, only channels are supported to release from (<from-channel>)
Prior to releasing, visual confirmation shall be required.
The format for channels is [<track>/]<risk>[/<branch>] where
- <track> is used to support long-term release channels. It is implicitly set to the default. 
- <risk> is mandatory and must be one of - stable,- candidate,- betaor- edge.
- <branch> is optional and dynamically creates a channel with a specific expiration date. Branches are specifically designed to support short-term hot fixes. 
Usage¶
snapcraft promote [options] <snap-name>
Required¶
snap-name
Options¶
- --from-channel
- The channel to promote from. 
- --to-channel
- The channel to promote to. 
- --yes
- Do not prompt for confirmation. 
Global options¶
- -hor- --help
- Show this help message and exit. 
- -qor- --quiet
- Only show warnings and errors, not progress. 
- -vor- --verbose
- Show debug information and be more verbose. 
- --verbosity
- Set the verbosity level to ‘quiet’, ‘brief’, ‘verbose’, ‘debug’ or ‘trace’. 
- -Vor- --version
- Show the application version and exit. 
