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¶
None
The channel to close.
None
The name of charm or bundle.
Global options¶
-h
or--help
Show this help message and exit.
-q
or--quiet
Only show warnings and errors, not progress.
-v
or--verbose
Show debug information and be more verbose.
--verbosity
Set the verbosity level to ‘quiet’, ‘brief’, ‘verbose’, ‘debug’ or ‘trace’.
-V
or--version
Show the application version and exit.