close¶
Close the specified channel for a charm or bundle.
The channel is made up of track/risk/branch with both the track and the branch as optional items, so formally:
[track/]risk[/branch]
Channel risk must be one of stable, candidate, beta or edge. The track defaults to latest and branch has no default.
Closing a channel will take you through login if needed.
Usage¶
charmcraft close [options] <None> <None>
Required¶
NoneThe channel to close.
NoneThe name of charm or bundle.
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.