maton github release
Manage GitHub releases and their assets
Available commands
- maton github release create
- maton github release delete
- maton github release delete-asset
- maton github release download
- maton github release edit
- maton github release list
- maton github release upload
- maton github release view
Options inherited from parent commands
-p,--profile <string>- Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)
ALIASES
maton github releases
Examples
$ maton github release list --repo maton-ai/cli
$ maton github release view v1.0.0 --repo maton-ai/cli
$ maton github release create v1.0.0 --repo maton-ai/cli --title "v1.0.0" --notes "..."
$ maton github release delete v1.0.0 --repo maton-ai/cli --yes