goliothctl dfu release
Release management command.
goliothctl dfu release [flags]
Examples
# Create a release with artifact main at version 1.0.0
> goliothctl dfu release create --release-tags 1.0.0 --components [email protected]
Options
-h, --help help for release
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 - Firmware management command.
- goliothctl dfu release create - Upload a device firmware release.
- goliothctl dfu release delete - Delete a release from Golioth.
- goliothctl dfu release list - List all releases that have been registered with Golioth
- goliothctl dfu release update - Update a given release.