goliothctl dfu release create
Upload a device firmware release.
goliothctl dfu release create [flags]
Examples
# Upload a device firmware release
> goliothctl dfu release create --release-tags 1.0.0 --components [email protected] --components [email protected] --rollout true
Options
--blueprint string blueprint name
--components stringArray components/artifacts with the format {pkg}@{version}
-h, --help help for create
--release-tags stringArray release tags
--rollout string make release available to devices
--tags stringArray device tag names
Options inherited from parent commands
--apiUrl string golioth api server url (default "https://api.golioth.io")
-c, --config string config file (default is $HOME/.golioth/.goliothctl.yaml)
--projectId string golioth project id
SEE ALSO
- goliothctl dfu release - Release management command.