-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flyctl-bot] Update docs from flyctl (#1877)
Co-authored-by: Fly.io CI <[email protected]>
- Loading branch information
1 parent
6f6caa6
commit 45ca6c6
Showing
3 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|