promote¶
Promote a charm from one channel to another on Charmhub.
Promotes the current revisions of a charm in a specific channel, as well as their related resources, to another channel.
The most common use is to promote a charm to a more stable risk value on a single track:
charmcraft promote --from-channel=candidate --to-channel=stable
Usage¶
charmcraft promote [options] <from-channel> <to-channel>
Required¶
from-channelThe channel to promote from.
to-channelThe channel to promote to.
Options¶
--nameThe name of the charm to promote. If not specified, the name will be inferred from the charm in the current directory.
--yesUse non-interactive mode, answering yes to most questions.
Global options¶
-hor--helpShow this help message and exit.
-qor--quietOnly show warnings and errors, not progress.
-vor--verboseShow debug information and be more verbose.
--verbositySet the verbosity level to ‘quiet’, ‘brief’, ‘verbose’, ‘debug’ or ‘trace’.
-Vor--versionShow the application version and exit.