.. _ref_commands_resource-revisions: 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 ----- :command:`charmcraft resource-revisions [options] ` 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.