Apply suggestions from code review

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/5565/head
Joshua Powers 2024-08-16 07:09:01 -06:00 committed by GitHub
parent f536f56ee5
commit 20b76dea76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 15 additions and 15 deletions

View File

@ -22,8 +22,8 @@ influxctl auth [subcommand] [subcommand options] [arguments...]
| Subcommand | Description | | Subcommand | Description |
| :----------------------------------------------------------------------- | :------------------------------ | | :----------------------------------------------------------------------- | :------------------------------ |
| [login](/influxdb/cloud-dedicated/reference/cli/influxctl/auth/login/) | Log in using InfluxData Auth0 | | [login](/influxdb/cloud-dedicated/reference/cli/influxctl/auth/login/) | Log in to an InfluxDB cluster using InfluxData Auth0 |
| [logout](/influxdb/cloud-dedicated/reference/cli/influxctl/auth/logout/) | Remove local authorization tokens to log out of an InfluxDB cluster | | [logout](/influxdb/cloud-dedicated/reference/cli/influxctl/auth/logout/) | Log out of an InfluxDB cluster; remove local authorization tokens |
| help, h | Output command help | | help, h | Output command help |
## Flags ## Flags

View File

@ -9,7 +9,7 @@ menu:
weight: 301 weight: 301
--- ---
The `influxctl auth login` command lets a user log in to an {{< product-name >}} The `influxctl auth login` command lets a user log in to an {{< product-name omit="Clustered" >}}
cluster using InfluxData Auth0. cluster using InfluxData Auth0.
## Usage ## Usage

View File

@ -1,14 +1,16 @@
--- ---
title: influxctl auth logout title: influxctl auth logout
description: > description: >
The `influxctl auth logout` command logs out a user by removing local authorization tokens The `influxctl auth logout` command lets a user logout of an InfluxDB
cluster; removes the user's local authorization tokens.
menu: menu:
influxdb_cloud_dedicated: influxdb_cloud_dedicated:
parent: influxctl auth parent: influxctl auth
weight: 301 weight: 301
--- ---
The `influxctl auth logout` command logs out a user by removing local authorization tokens. The `influxctl auth logout` command lets a user logout of an {{< product-name omit="Clustered" >}}
cluster; removes the user's local authorization tokens.
## Usage ## Usage

View File

@ -32,7 +32,7 @@ influxctl [flags] [command]
| Command | Description | | Command | Description |
| :-------------------------------------------------------------------- | :------------------------------------- | | :-------------------------------------------------------------------- | :------------------------------------- |
| [auth](/influxdb/clustered/reference/cli/influxctl/auth/) | Login or logout of InfluxDB v3 | | [auth](/influxdb/clustered/reference/cli/influxctl/auth/) | Log in to or log out of InfluxDB v3 |
| [cluster](/influxdb/clustered/reference/cli/influxctl/cluster/) | List InfluxDB v3 cluster information | | [cluster](/influxdb/clustered/reference/cli/influxctl/cluster/) | List InfluxDB v3 cluster information |
| [database](/influxdb/clustered/reference/cli/influxctl/database/) | Manage InfluxDB v3 databases | | [database](/influxdb/clustered/reference/cli/influxctl/database/) | Manage InfluxDB v3 databases |
| [help](/influxdb/clustered/reference/cli/influxctl/help/) | Output `influxctl` help information | | [help](/influxdb/clustered/reference/cli/influxctl/help/) | Output `influxctl` help information |

View File

@ -22,7 +22,7 @@ influxctl auth [subcommand] [subcommand options] [arguments...]
| Subcommand | Description | | Subcommand | Description |
| :----------------------------------------------------------------- | :------------------------------ | | :----------------------------------------------------------------- | :------------------------------ |
| [login](/influxdb/clustered/reference/cli/influxctl/auth/login/) | Login with InfluxDB Clustered identity provider | | [login](/influxdb/clustered/reference/cli/influxctl/auth/login/) | Log in to an InfluxDB cluster using the cluster's identity provider |
| [logout](/influxdb/clustered/reference/cli/influxctl/auth/logout/) | Remove local tokens | | [logout](/influxdb/clustered/reference/cli/influxctl/auth/logout/) | Remove local tokens |
| help, h | Output command help | | help, h | Output command help |

View File

@ -9,11 +9,8 @@ menu:
weight: 301 weight: 301
--- ---
The `influxctl auth login` command logins with InfluxData Auth0 or InfluxDB The `influxctl auth login` command lets a user log in to an {{< product-name omit="Clustered" >}}
Clustered identity provider cluster using the cluster's configured identity provider.
The `influxctl auth login` command lets a user log in to an
{{< product-name omit="Clustered" >}} cluster using the cluster's configured
identity provider.
## Usage ## Usage
```sh ```sh

View File

@ -1,15 +1,16 @@
--- ---
title: influxctl auth logout title: influxctl auth logout
description: > description: >
The `influxctl auth logout` command removes local tokens The `influxctl auth logout` command lets a user logout of an InfluxDB
cluster; removes the user's local authorization tokens.
menu: menu:
influxdb_clustered: influxdb_clustered:
parent: influxctl auth parent: influxctl auth
weight: 301 weight: 301
--- ---
The `influxctl auth logout` command removes local tokens The `influxctl auth logout` command lets a user logout of an {{< product-name omit="Clustered" >}}
cluster; removes the user's local authorization tokens.
## Usage ## Usage
```sh ```sh