viamrobotics/Viam module upload

Upload a module to the Viam registry

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
meta-pathlocation of module metadata. set to empty string to not usemeta.json
module-pathlocation of the bundled modulemodule.tar.gz
namename of the module. only necessary if you don't provide a metadata file. (see inputs.meta-path)
org-idorganization id. one of org-id or namespace are required if you don't provide a metadata file. (see inputs.meta-path)
namespacepublic namespace. one of org-id or namespace are required if you don't provide a metadata file. (see inputs.meta-path)
key-idID of your auth keyyes
key-valuesecret value of your auth keyyes
platforma string like 'linux/amd64'. run `viam module upload --help` for all options.
tagsoptional. comma-separated list of tags for precise platform targeting. run `viam module upload --help` for all options.
versionversion to set for the module. required if do-upload=true
do-updaterun step 1, updating the metadata. requires metadata at inputs.meta-path.true
do-uploadrun step 2, uploading the moduletrue

no outputs