resource-revisions¶
Show size and date for each resource revision in Charmhub.
For example:
$ charmcraft resource-revisions my-charm my-resource Revision Created at Size 1 2020-11-15 T11:13:15Z 183151
Listing revisions will take you through login if needed.
Usage¶
charmcraft resource-revisions [options] <charm-name> <resource-name>
Required¶
charm-name
The charm name to associate the resource.
resource-name
The resource name.
Options¶
--format
Produce the result in the specified format (currently only ‘json’).
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.