diff --git a/flyctl/cmd/fly_extensions_sentry.md b/flyctl/cmd/fly_extensions_sentry.md index 4ee7a4c5b9..8f450006d5 100644 --- a/flyctl/cmd/fly_extensions_sentry.md +++ b/flyctl/cmd/fly_extensions_sentry.md @@ -9,6 +9,8 @@ fly extensions sentry [command] [flags] ## Available Commands * [create](/docs/flyctl/extensions-sentry-create/) - Provision a Sentry project for a Fly.io app * [dashboard](/docs/flyctl/extensions-sentry-dashboard/) - View application errors in the Sentry dashboard +* [destroy](/docs/flyctl/extensions-sentry-destroy/) - Permanently destroy a Sentry project +* [list](/docs/flyctl/extensions-sentry-list/) - List your Sentry projects ## Options diff --git a/flyctl/cmd/fly_extensions_sentry_destroy.md b/flyctl/cmd/fly_extensions_sentry_destroy.md new file mode 100644 index 0000000000..daf8c05ef8 --- /dev/null +++ b/flyctl/cmd/fly_extensions_sentry_destroy.md @@ -0,0 +1,28 @@ +Permanently destroy a Sentry project + +## Usage +~~~ +fly extensions sentry destroy [project-name] [flags] +~~~ + +## Options + +~~~ + -a, --app string Application name + -c, --config string Path to application configuration file + -h, --help help for destroy + -y, --yes Accept all confirmations +~~~ + +## Global Options + +~~~ + -t, --access-token string Fly API Access Token + --debug Print additional logs and traces + --verbose Verbose output +~~~ + +## See Also + +* [fly extensions sentry](/docs/flyctl/extensions-sentry/) - Setup a Sentry project for this app + diff --git a/flyctl/cmd/fly_extensions_sentry_list.md b/flyctl/cmd/fly_extensions_sentry_list.md new file mode 100644 index 0000000000..1c37184a9f --- /dev/null +++ b/flyctl/cmd/fly_extensions_sentry_list.md @@ -0,0 +1,27 @@ +List your Sentry projects + +## Usage +~~~ +fly extensions sentry list [flags] +~~~ + +## Options + +~~~ + -h, --help help for list + -o, --org string The target Fly.io organization + -y, --yes Accept all confirmations +~~~ + +## Global Options + +~~~ + -t, --access-token string Fly API Access Token + --debug Print additional logs and traces + --verbose Verbose output +~~~ + +## See Also + +* [fly extensions sentry](/docs/flyctl/extensions-sentry/) - Setup a Sentry project for this app +