close¶
Closing a channel allows the channel that is closed to track the channel that follows it in the channel release chain. As such, closing the ‘candidate’ channel for a snap would make that snap begin to track the ‘stable’ channel.
Examples:
snapcraft close my-snap --channel beta
Usage¶
snapcraft close [options] <name> <channel>
Required¶
- name
- The snap name to release. 
- channel
- The channel to close. 
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. 
