Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>pull/5565/head
parent
09af1a2645
commit
7b53f28296
|
@ -32,7 +32,7 @@ influxctl [flags] [command]
|
|||
|
||||
| Command | Description |
|
||||
| :-------------------------------------------------------------------------- | :------------------------------------- |
|
||||
| [auth](/influxdb/cloud-dedicated/reference/cli/influxctl/auth/) | Login or logout of InfluxDB v3 |
|
||||
| [auth](/influxdb/cloud-dedicated/reference/cli/influxctl/auth/) | Log in to or log out of InfluxDB v3 |
|
||||
| [cluster](/influxdb/cloud-dedicated/reference/cli/influxctl/cluster/) | List InfluxDB v3 cluster information |
|
||||
| [database](/influxdb/cloud-dedicated/reference/cli/influxctl/database/) | Manage InfluxDB v3 databases |
|
||||
| [help](/influxdb/cloud-dedicated/reference/cli/influxctl/help/) | Output `influxctl` help information |
|
||||
|
|
|
@ -22,8 +22,8 @@ influxctl auth [subcommand] [subcommand options] [arguments...]
|
|||
|
||||
| Subcommand | Description |
|
||||
| :----------------------------------------------------------------------- | :------------------------------ |
|
||||
| [login](/influxdb/cloud-dedicated/reference/cli/influxctl/auth/login/) | Login with InfluxData Auth0 or InfluxDB Clustered identity provider |
|
||||
| [logout](/influxdb/cloud-dedicated/reference/cli/influxctl/auth/logout/) | Remove local tokens |
|
||||
| [login](/influxdb/cloud-dedicated/reference/cli/influxctl/auth/login/) | Log in using InfluxData Auth0 or an InfluxDB Clustered identity provider |
|
||||
| [logout](/influxdb/cloud-dedicated/reference/cli/influxctl/auth/logout/) | Remove local authorization tokens to log out of an InfluxDB cluster |
|
||||
| help, h | Output command help |
|
||||
|
||||
## Flags
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
---
|
||||
title: influxctl auth login
|
||||
description: >
|
||||
The `influxctl auth login` command logins with InfluxData Auth0 or InfluxDB
|
||||
The `influxctl auth login` command lets a user log in to an InfluxDB cluster using InfluxData Auth0 or an InfluxDB
|
||||
Clustered identity provider
|
||||
menu:
|
||||
influxdb_clustered:
|
||||
influxdb_cloud_dedicated:
|
||||
parent: influxctl auth
|
||||
weight: 301
|
||||
---
|
||||
|
||||
The `influxctl auth login` command logins with InfluxData Auth0 or InfluxDB
|
||||
Clustered identity provider
|
||||
The `influxctl auth login` command lets a user log in to an {{< product-name >}}
|
||||
cluster using InfluxData Auth0.
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
---
|
||||
title: influxctl auth logout
|
||||
description: >
|
||||
The `influxctl auth logout` command removes local tokens
|
||||
The `influxctl auth logout` command logs out a user by removing local authorization tokens
|
||||
menu:
|
||||
influxdb_clustered:
|
||||
parent: influxctl auth
|
||||
weight: 301
|
||||
---
|
||||
|
||||
The `influxctl auth logout` command removes local tokens
|
||||
The `influxctl auth logout` command logs out a user by removing local authorization tokens.
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
@ -3,7 +3,8 @@ title: influxctl auth login
|
|||
description: >
|
||||
The `influxctl auth login` command logins with InfluxData Auth0 or InfluxDB
|
||||
Clustered identity provider
|
||||
menu:
|
||||
The `influxctl auth login` command lets a user log in to an InfluxDB cluster using
|
||||
the cluster's configured identity provider.
|
||||
influxdb_clustered:
|
||||
parent: influxctl auth
|
||||
weight: 301
|
||||
|
@ -11,7 +12,9 @@ weight: 301
|
|||
|
||||
The `influxctl auth login` command logins with InfluxData Auth0 or InfluxDB
|
||||
Clustered 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
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Reference in New Issue