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¶
- -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. 
