upload-resource¶
Upload a resource to Charmhub.
Push a resource content to Charmhub, associating it to the specified charm. This charm needs to have the resource declared in its metadata (in a previously uploaded to Charmhub revision).
The resource can be a file from your computer (use the –filepath option) or an OCI Image (use the –image option to indicate the image digest or id), which can be already in Canonical’s registry and used directly, or locally in your computer and will be uploaded and used.
Upload will take you through login if needed.
Usage¶
charmcraft upload-resource [options] <charm-name> <resource-name>
Required¶
charm-nameThe charm name to associate the resource.
resource-nameThe resource name.
Options¶
--archThe architectures valid for this file resource. If none are provided, the resource is uploaded without architecture information.
--filepathThe file path of the resource content to upload.
--formatProduce the result in the specified format (currently only ‘json’).
--imageThe digest (remote or local) or id (local, exclude “sha256:”) of the OCI image.
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.