viamrobotics/Viam module upload
Upload a module to the Viam registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| meta-path | location of module metadata. set to empty string to not use | — | meta.json |
| module-path | location of the bundled module | — | module.tar.gz |
| name | name of the module. only necessary if you don't provide a metadata file. (see inputs.meta-path) | — | — |
| org-id | organization id. one of org-id or namespace are required if you don't provide a metadata file. (see inputs.meta-path) | — | — |
| namespace | public namespace. one of org-id or namespace are required if you don't provide a metadata file. (see inputs.meta-path) | — | — |
| key-id | ID of your auth key | yes | — |
| key-value | secret value of your auth key | yes | — |
| platform | a string like 'linux/amd64'. run `viam module upload --help` for all options. | — | — |
| tags | optional. comma-separated list of tags for precise platform targeting. run `viam module upload --help` for all options. | — | — |
| version | version to set for the module. required if do-upload=true | — | — |
| do-update | run step 1, updating the metadata. requires metadata at inputs.meta-path. | — | true |
| do-upload | run step 2, uploading the module | — | true |
Outputs
no outputs