Skip to content

Commit

Permalink
[flyctl-bot] Update docs from flyctl (#1877)
Browse files Browse the repository at this point in the history
Co-authored-by: Fly.io CI <[email protected]>
  • Loading branch information
docs-syncer[bot] and jsierles authored Nov 28, 2024
1 parent 6f6caa6 commit 45ca6c6
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flyctl/cmd/fly_extensions_sentry.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
28 changes: 28 additions & 0 deletions flyctl/cmd/fly_extensions_sentry_destroy.md
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

27 changes: 27 additions & 0 deletions flyctl/cmd/fly_extensions_sentry_list.md
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

0 comments on commit 45ca6c6

Please sign in to comment.