status¶
Show channels and released revisions in Charmhub.
Charm revisions are not available to users until they are released into a channel. This command shows the various channels for a charm and whether there is a charm released.
For example:
$ charmcraft status
Track    Base                   Channel    Version    Revision
latest   ubuntu 20.04 (amd64)   stable     -          -
                                candidate  -          -
                                beta       -          -
                                edge       1          1
Showing channels will take you through login if needed.
Usage¶
charmcraft status [options] <None>
Required¶
NoneThe name of the charm or bundle.
Options¶
--formatProduce the result in the specified format (currently only ‘json’).
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.