From 86b7821c04d8547fdd2035fe9206ea8b823d7250 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Fri, 16 Aug 2024 12:17:09 -0600 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Jason Stirnaman --- .../cloud-dedicated/reference/cli/influxctl/auth/_index.md | 7 +++---- .../clustered/reference/cli/influxctl/auth/_index.md | 7 +++---- .../clustered/reference/cli/influxctl/auth/login.md | 1 + .../clustered/reference/cli/influxctl/auth/logout.md | 1 + 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/influxdb/cloud-dedicated/reference/cli/influxctl/auth/_index.md b/content/influxdb/cloud-dedicated/reference/cli/influxctl/auth/_index.md index a0391815e..5c85ff584 100644 --- a/content/influxdb/cloud-dedicated/reference/cli/influxctl/auth/_index.md +++ b/content/influxdb/cloud-dedicated/reference/cli/influxctl/auth/_index.md @@ -1,16 +1,15 @@ --- title: influxctl auth description: > - The `influxctl auth` command and its subcommands provide the ability to - login and logout. + The `influxctl auth` command and its subcommands let a user + log in to and log out of an InfluxDB cluster. menu: influxdb_cloud_dedicated: parent: influxctl weight: 201 --- -The `influxctl auth` command and its subcommands provide information about -{{< product-name >}} clusters. +The `influxctl auth` command and its subcommands let a user log in to and log out of an {{< product-name omit="Clustered" >}} cluster. ## Usage diff --git a/content/influxdb/clustered/reference/cli/influxctl/auth/_index.md b/content/influxdb/clustered/reference/cli/influxctl/auth/_index.md index 235073f95..eca4679ca 100644 --- a/content/influxdb/clustered/reference/cli/influxctl/auth/_index.md +++ b/content/influxdb/clustered/reference/cli/influxctl/auth/_index.md @@ -1,16 +1,15 @@ --- title: influxctl auth description: > - The `influxctl auth` command and its subcommands provide the ability to - login and logout. + The `influxctl auth` command and its subcommands let a user + log in to and log out of an InfluxDB cluster. menu: influxdb_clustered: parent: influxctl weight: 201 --- -The `influxctl auth` command and its subcommands provide information about -{{< product-name omit="Clustered" >}} clusters. +The `influxctl auth` command and its subcommands let a user log in to and log out of an {{< product-name omit="Clustered" >}} cluster. ## Usage diff --git a/content/influxdb/clustered/reference/cli/influxctl/auth/login.md b/content/influxdb/clustered/reference/cli/influxctl/auth/login.md index a0a6a068c..d021037d3 100644 --- a/content/influxdb/clustered/reference/cli/influxctl/auth/login.md +++ b/content/influxdb/clustered/reference/cli/influxctl/auth/login.md @@ -11,6 +11,7 @@ weight: 301 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 diff --git a/content/influxdb/clustered/reference/cli/influxctl/auth/logout.md b/content/influxdb/clustered/reference/cli/influxctl/auth/logout.md index 8e12c0643..9a724b570 100644 --- a/content/influxdb/clustered/reference/cli/influxctl/auth/logout.md +++ b/content/influxdb/clustered/reference/cli/influxctl/auth/logout.md @@ -11,6 +11,7 @@ weight: 301 The `influxctl auth logout` command lets a user logout of an {{< product-name omit="Clustered" >}} cluster; removes the user's local authorization tokens. + ## Usage ```sh