From c64358acc9ce78b1e8199ea6718f832004e496d2 Mon Sep 17 00:00:00 2001 From: "Fly.io CI" Date: Tue, 20 Aug 2024 19:04:47 +0000 Subject: [PATCH] [flyctl-bot] Update docs from flyctl --- flyctl/cmd/fly_auth.md | 1 - flyctl/cmd/fly_auth_token.md | 30 ------------------------------ 2 files changed, 31 deletions(-) delete mode 100644 flyctl/cmd/fly_auth_token.md diff --git a/flyctl/cmd/fly_auth.md b/flyctl/cmd/fly_auth.md index edb9bbf027..849d2643f9 100644 --- a/flyctl/cmd/fly_auth.md +++ b/flyctl/cmd/fly_auth.md @@ -13,7 +13,6 @@ fly auth [command] [flags] * [login](/docs/flyctl/auth-login/) - Log in a user * [logout](/docs/flyctl/auth-logout/) - Logs out the currently logged in user * [signup](/docs/flyctl/auth-signup/) - Create a new fly account -* [token](/docs/flyctl/auth-token/) - Show the current auth token in use by flyctl. * [whoami](/docs/flyctl/auth-whoami/) - Displays the users email address/service identity currently authenticated and in use. diff --git a/flyctl/cmd/fly_auth_token.md b/flyctl/cmd/fly_auth_token.md deleted file mode 100644 index 64d68b0530..0000000000 --- a/flyctl/cmd/fly_auth_token.md +++ /dev/null @@ -1,30 +0,0 @@ -Shows the authentication token that is currently in use by flyctl. -The auth token used by flyctl may expire quickly and shouldn't be used in places -where the token needs to keep working for a long time. For API authentication, you -can use the "fly tokens create" command instead, to create narrowly-scoped tokens with -a custom expiry. - -## Usage -~~~ -fly auth token [flags] -~~~ - -## Options - -~~~ - -h, --help help for token - -j, --json JSON output -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly auth](/docs/flyctl/auth/) - Manage authentication -