rigado app release¶
Releases an app revision of your app to one or more channels.
Synopsis¶
Releases an app revision of your app to one or more channels. For example, the command:
$ rigado app release acme-hello-world --revision 1 --channel edge
Revision released.
NAME CHANNELS VERSION REVISION CREATION TIME
acme-hello-world edge* 1.0.0 1 2018-06-22T00:33:34Z
would release revision 1 of the acme-hello-world app to the “edge” channel.
Usage¶
$ rigado app release APP_NAME --revision REVISION --channel CHANNEL [flags]
Options¶
--channel string One or more channels to release the revision to, comma-delimited (required)
-h, --help help for release
--revision string app revision number to release (required)
Options inherited from parent commands¶
--apisecret string API Secret for authentication (instead of user-based auth)
--apitoken string API Token for authentication (instead of user-based auth)
-j, --json Output JSON instead of formatted strings, when possible.