Difference between revisions of "Sentry-cli releases --help"
Jump to navigation
Jump to search
(Created page with "{{lc}} == See also == * {{sentry-cli}} * {{sentry}} Category:Sentry") |
|||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | <pre> | ||
+ | sentry-cli releases --help | ||
+ | sentry-cli-releases | ||
+ | Manage releases on Sentry. | ||
+ | |||
+ | USAGE: | ||
+ | sentry-cli releases [OPTIONS] <SUBCOMMAND> | ||
+ | |||
+ | OPTIONS: | ||
+ | --auth-token <AUTH_TOKEN> Use the given Sentry auth token. | ||
+ | -h, --help Print help information | ||
+ | --log-level <LOG_LEVEL> Set the log output verbosity. [possible values: trace, debug, | ||
+ | info, warn, error] | ||
+ | -o, --org <ORG> The organization slug | ||
+ | -p, --project <PROJECT> The project slug. | ||
+ | --quiet Do not print any output while preserving correct exit code. | ||
+ | This flag is currently implemented only for selected | ||
+ | subcommands. [aliases: silent] | ||
+ | |||
+ | SUBCOMMANDS: | ||
+ | archive Archive a release. | ||
+ | delete Delete a release. | ||
+ | finalize Mark a release as finalized and released. | ||
+ | help Print this message or the help of the given subcommand(s) | ||
+ | info Print information about a release. | ||
+ | list List the most recent releases. | ||
+ | new Create a new release. | ||
+ | propose-version Propose a version name for a new release. | ||
+ | restore Restore a release. | ||
+ | set-commits Set commits of a release. | ||
+ | </pre> | ||
Revision as of 13:43, 12 April 2022
sentry-cli releases --help sentry-cli-releases Manage releases on Sentry. USAGE: sentry-cli releases [OPTIONS] <SUBCOMMAND> OPTIONS: --auth-token <AUTH_TOKEN> Use the given Sentry auth token. -h, --help Print help information --log-level <LOG_LEVEL> Set the log output verbosity. [possible values: trace, debug, info, warn, error] -o, --org <ORG> The organization slug -p, --project <PROJECT> The project slug. --quiet Do not print any output while preserving correct exit code. This flag is currently implemented only for selected subcommands. [aliases: silent] SUBCOMMANDS: archive Archive a release. delete Delete a release. finalize Mark a release as finalized and released. help Print this message or the help of the given subcommand(s) info Print information about a release. list List the most recent releases. new Create a new release. propose-version Propose a version name for a new release. restore Restore a release. set-commits Set commits of a release.
See also
Advertising: