hotfix: update cli descriptions to remove single quotes

pull/1095/head
Scott Anderson 2020-06-23 05:59:55 -06:00
parent 9aa7af7537
commit 970613cae8
64 changed files with 68 additions and 66 deletions

View File

@ -2,7 +2,7 @@
title: influx - InfluxDB command line interface title: influx - InfluxDB command line interface
seotitle: influx - InfluxDB command line interface seotitle: influx - InfluxDB command line interface
description: > description: >
The influx CLI includes commands to manage many aspects of InfluxDB, The `influx` CLI includes commands to manage many aspects of InfluxDB,
including buckets, organizations, users, tasks, etc. including buckets, organizations, users, tasks, etc.
menu: menu:
v2_0_ref: v2_0_ref:

View File

@ -1,6 +1,6 @@
--- ---
title: influx apply title: influx apply
description: The 'influx apply' command applies InfluxDB templates. description: The `influx apply` command applies InfluxDB templates.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx apply name: influx apply

View File

@ -1,6 +1,6 @@
--- ---
title: influx auth title: influx auth
description: The 'influx auth' command and its subcommands manage authorizations in InfluxDB. description: The `influx auth` command and its subcommands manage authorizations in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx auth name: influx auth

View File

@ -1,6 +1,6 @@
--- ---
title: influx auth active title: influx auth active
description: The 'influx auth active' command activates an authorization. description: The `influx auth active` command activates an authorization.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx auth active name: influx auth active

View File

@ -1,6 +1,6 @@
--- ---
title: influx auth create title: influx auth create
description: The 'influx auth create' creates an authorization in InfluxDB. description: The `influx auth create` creates an authorization in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx auth create name: influx auth create

View File

@ -1,6 +1,6 @@
--- ---
title: influx auth delete title: influx auth delete
description: The 'influx auth delete' command deletes an authorization in InfluxDB. description: The `influx auth delete` command deletes an authorization in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx auth delete name: influx auth delete

View File

@ -1,6 +1,6 @@
--- ---
title: influx auth inactive title: influx auth inactive
description: The 'influx auth inactive' inactivates an authorization in InfluxDB. description: The `influx auth inactive` inactivates an authorization in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx auth inactive name: influx auth inactive

View File

@ -1,6 +1,6 @@
--- ---
title: influx auth list title: influx auth list
description: The 'influx auth list' command lists and searches authorizations in InfluxDB. description: The `influx auth list` command lists and searches authorizations in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx auth list name: influx auth list

View File

@ -1,6 +1,6 @@
--- ---
title: influx backup title: influx backup
description: The 'influx backup' command backs up data stored in InfluxDB. description: The `influx backup` command backs up data stored in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx backup name: influx backup

View File

@ -1,6 +1,6 @@
--- ---
title: influx bucket title: influx bucket
description: The 'influx bucket' command and its subcommands manage buckets in InfluxDB. description: The `influx bucket` command and its subcommands manage buckets in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx bucket name: influx bucket

View File

@ -1,6 +1,6 @@
--- ---
title: influx bucket create title: influx bucket create
description: The 'influx bucket create' command creates a new bucket in InfluxDB. description: The `influx bucket create` command creates a new bucket in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx bucket create name: influx bucket create

View File

@ -1,6 +1,6 @@
--- ---
title: influx bucket delete title: influx bucket delete
description: The 'influx bucket delete' command deletes a bucket from InfluxDB and all the data it contains. description: The `influx bucket delete` command deletes a bucket from InfluxDB and all the data it contains.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx bucket delete name: influx bucket delete

View File

@ -1,6 +1,6 @@
--- ---
title: influx bucket list title: influx bucket list
description: The 'influx bucket list' command lists and searches for buckets in InfluxDB. description: The `influx bucket list` command lists and searches for buckets in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx bucket list name: influx bucket list

View File

@ -1,6 +1,6 @@
--- ---
title: influx bucket update title: influx bucket update
description: The 'influx bucket update' command updates information associated with buckets in InfluxDB. description: The `influx bucket update` command updates information associated with buckets in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx bucket update name: influx bucket update

View File

@ -1,7 +1,7 @@
--- ---
title: influx completion title: influx completion
description: > description: >
The 'influx completion' command outputs `influx` shell completion scripts for a The `influx completion` command outputs `influx` shell completion scripts for a
specified shell (`bash` or `zsh`). specified shell (`bash` or `zsh`).
menu: menu:
v2_0_ref: v2_0_ref:

View File

@ -1,6 +1,6 @@
--- ---
title: influx config title: influx config
description: The 'influx config' command and subcommands manage multiple InfluxDB connection configurations. description: The `influx config` command and subcommands manage multiple InfluxDB connection configurations.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx config name: influx config

View File

@ -1,6 +1,6 @@
--- ---
title: influx config create title: influx config create
description: The 'influx config create' command creates a new InfluxDB connection configuration. description: The `influx config create` command creates a new InfluxDB connection configuration.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx config create name: influx config create

View File

@ -1,6 +1,6 @@
--- ---
title: influx config delete title: influx config delete
description: The 'influx config delete' command deletes an InfluxDB connection configuration. description: The `influx config delete` command deletes an InfluxDB connection configuration.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx config delete name: influx config delete

View File

@ -1,6 +1,6 @@
--- ---
title: influx config list title: influx config list
description: The 'influx config list' command lists all InfluxDB connection configurations. description: The `influx config list` command lists all InfluxDB connection configurations.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx config list name: influx config list

View File

@ -1,6 +1,6 @@
--- ---
title: influx config set title: influx config set
description: The 'influx config set' command updates an InfluxDB connection configuration. description: The `influx config set` command updates an InfluxDB connection configuration.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx config set name: influx config set

View File

@ -1,6 +1,6 @@
--- ---
title: influx delete title: influx delete
description: The 'influx delete' command deletes points from an InfluxDB bucket. description: The `influx delete` command deletes points from an InfluxDB bucket.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx delete name: influx delete

View File

@ -1,6 +1,6 @@
--- ---
title: influx export title: influx export
description: The 'influx export' command exports existing resources as an InfluxDB template. description: The `influx export` command exports existing resources as an InfluxDB template.
menu: menu:
v2_0_ref: v2_0_ref:
parent: influx parent: influx

View File

@ -1,7 +1,7 @@
--- ---
title: influx export all title: influx export all
description: > description: >
The 'influx export all' command exports all resources in an organization as an InfluxDB template. The `influx export all` command exports all resources in an organization as an InfluxDB template.
menu: menu:
v2_0_ref: v2_0_ref:
parent: influx export parent: influx export

View File

@ -1,7 +1,7 @@
--- ---
title: influx export stack title: influx export stack
description: > description: >
The 'influx export stack' command exports all resources associated with a stack as an InfluxDB template. The `influx export stack` command exports all resources associated with a stack as an InfluxDB template.
menu: menu:
v2_0_ref: v2_0_ref:
parent: influx export parent: influx export

View File

@ -1,6 +1,6 @@
--- ---
title: influx help title: influx help
description: The 'influx help' command provides help for any command in the `influx` command line interface. description: The `influx help` command provides help for any command in the `influx` command line interface.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx help name: influx help

View File

@ -1,6 +1,6 @@
--- ---
title: influx org title: influx org
description: The 'influx org' command and its subcommands manage organization information in InfluxDB. description: The `influx org` command and its subcommands manage organization information in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx org name: influx org

View File

@ -1,6 +1,6 @@
--- ---
title: influx org create title: influx org create
description: The 'influx org create' creates a new organization in InfluxDB. description: The `influx org create` creates a new organization in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx org create name: influx org create

View File

@ -1,6 +1,6 @@
--- ---
title: influx org delete title: influx org delete
description: The 'influx org delete' command deletes an organization in InfluxDB. description: The `influx org delete` command deletes an organization in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx org delete name: influx org delete

View File

@ -1,6 +1,6 @@
--- ---
title: influx org list title: influx org list
description: The 'influx org list' lists and searches for organizations in InfluxDB. description: The `influx org list` lists and searches for organizations in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx org list name: influx org list

View File

@ -1,6 +1,6 @@
--- ---
title: influx org members - Organization membership management commands title: influx org members
description: The 'influx org members' command and its subcommands manage organization members in InfluxDB. description: The `influx org members` command and its subcommands manage organization members in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx org members name: influx org members

View File

@ -1,6 +1,6 @@
--- ---
title: influx org members add title: influx org members add
description: The 'influx org members add' command adds a new member to an organization in InfluxDB. description: The `influx org members add` command adds a new member to an organization in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx org members add name: influx org members add

View File

@ -1,6 +1,6 @@
--- ---
title: influx org members list title: influx org members list
description: The 'influx org members list' command lists members within an organization in InfluxDB. description: The `influx org members list` command lists members within an organization in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx org members list name: influx org members list

View File

@ -1,6 +1,6 @@
--- ---
title: influx org members remove title: influx org members remove
description: The 'influx org members remove' command removes a member from an organization in InfluxDB. description: The `influx org members remove` command removes a member from an organization in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx org members remove name: influx org members remove

View File

@ -1,6 +1,6 @@
--- ---
title: influx org update title: influx org update
description: The 'influx org update' command updates information related to organizations in InfluxDB. description: The `influx org update` command updates information related to organizations in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx org update name: influx org update

View File

@ -1,7 +1,7 @@
--- ---
title: influx query title: influx query
description: > description: >
The 'influx query' command executes a literal Flux query provided as a string The `influx query` command executes a literal Flux query provided as a string
or a literal Flux query contained in a file by specifying the file prefixed with an '@' sign. or a literal Flux query contained in a file by specifying the file prefixed with an '@' sign.
menu: menu:
v2_0_ref: v2_0_ref:

View File

@ -1,7 +1,7 @@
--- ---
title: influx repl title: influx repl
description: > description: >
The 'influx repl' command opens an interactive read-eval-print-loop (REPL) The `influx repl` command opens an interactive read-eval-print-loop (REPL)
from which you can run Flux commands. from which you can run Flux commands.
menu: menu:
v2_0_ref: v2_0_ref:

View File

@ -1,6 +1,6 @@
--- ---
title: influx secret title: influx secret
description: The 'influx secret' command manages secrets. description: The `influx secret` command manages secrets.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx secret name: influx secret

View File

@ -1,6 +1,6 @@
--- ---
title: influx secret delete title: influx secret delete
description: The 'influx secret delete' command deletes secrets. description: The `influx secret delete` command deletes secrets.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx secret delete name: influx secret delete

View File

@ -1,6 +1,6 @@
--- ---
title: influx secret list title: influx secret list
description: The 'influx secret list' command lists secret keys. description: The `influx secret list` command lists secret keys.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx secret list name: influx secret list

View File

@ -1,6 +1,6 @@
--- ---
title: influx secret update title: influx secret update
description: The 'influx secret update' command adds and updates secrets. description: The `influx secret update` command adds and updates secrets.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx secret update name: influx secret update

View File

@ -1,7 +1,7 @@
--- ---
title: influx setup title: influx setup
description: > description: >
The 'influx setup' command walks through the initial InfluxDB setup process, The `influx setup` command walks through the initial InfluxDB setup process,
creating a default user, organization, and bucket. creating a default user, organization, and bucket.
menu: menu:
v2_0_ref: v2_0_ref:

View File

@ -1,7 +1,7 @@
--- ---
title: influx stacks title: influx stacks
description: > description: >
The 'influx stacks' command and its subcommands list and manage InfluxDB stacks The `influx stacks` command and its subcommands list and manage InfluxDB stacks
and associated resources. and associated resources.
menu: menu:
v2_0_ref: v2_0_ref:

View File

@ -1,6 +1,6 @@
--- ---
title: influx stacks init title: influx stacks init
description: The 'influx stacks init' command initializes an InfluxDB stack. description: The `influx stacks init` command initializes an InfluxDB stack.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx stacks init name: influx stacks init

View File

@ -1,6 +1,6 @@
--- ---
title: influx stacks remove title: influx stacks remove
description: The 'influx stacks remove' command removes an InfluxDB stack and all associated resources. description: The `influx stacks remove` command removes an InfluxDB stack and all associated resources.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx stacks remove name: influx stacks remove

View File

@ -1,6 +1,6 @@
--- ---
title: influx task title: influx task
description: The 'influx task' command and its subcommands manage tasks in InfluxDB. description: The `influx task` command and its subcommands manage tasks in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx task name: influx task

View File

@ -1,6 +1,6 @@
--- ---
title: influx task create title: influx task create
description: The 'influx task create' command creates a new task in InfluxDB. description: The `influx task create` command creates a new task in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx task create name: influx task create

View File

@ -1,6 +1,6 @@
--- ---
title: influx task delete title: influx task delete
description: The 'influx task delete' command deletes a task in InfluxDB. description: The `influx task delete` command deletes a task in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx task delete name: influx task delete

View File

@ -1,6 +1,6 @@
--- ---
title: influx task list title: influx task list
description: The 'influx task list' command lists and searches for tasks in InfluxDB. description: The `influx task list` command lists and searches for tasks in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx task list name: influx task list

View File

@ -1,6 +1,8 @@
--- ---
title: influx task log title: influx task log
description: The 'influx task log' and its subcommand 'list' output log information related related to a task. description: >
The `influx task log` and its subcommand, `list`, output log information
related to a task.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx task log name: influx task log

View File

@ -1,6 +1,6 @@
--- ---
title: influx task log list title: influx task log list
description: The 'influx task log list' command outputs log information related to a task. description: The `influx task log list` command outputs log information related to a task.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx task log list name: influx task log list

View File

@ -1,7 +1,7 @@
--- ---
title: influx task run title: influx task run
description: > description: >
The 'influx task run' command and its subcommand 'list' output information The `influx task run` command and its subcommand, `list` output information
related to runs of a task. related to runs of a task.
menu: menu:
v2_0_ref: v2_0_ref:

View File

@ -1,6 +1,6 @@
--- ---
title: influx task run list title: influx task run list
description: The 'influx task run list' command outputs information related to runs of a task. description: The `influx task run list` command outputs information related to runs of a task.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx task run list name: influx task run list

View File

@ -1,6 +1,6 @@
--- ---
title: influx task run retry title: influx task run retry
description: The 'influx task run retry' command retries to run a task in InfluxDB. description: The `influx task run retry` command retries to run a task in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx task run retry name: influx task run retry

View File

@ -1,6 +1,6 @@
--- ---
title: influx task update title: influx task update
description: The 'influx task update' command updates information related to tasks in InfluxDB. description: The `influx task update` command updates information related to tasks in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx task update name: influx task update

View File

@ -1,6 +1,6 @@
--- ---
title: influx template title: influx template
description: The 'influx template' command summarizes the specified InfluxDB template. description: The `influx template` command summarizes the specified InfluxDB template.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx template name: influx template

View File

@ -1,7 +1,7 @@
--- ---
title: influx template validate title: influx template validate
description: > description: >
The 'influx template validate' command validates the provided InfluxDB template. The `influx template validate` command validates the provided InfluxDB template.
menu: menu:
v2_0_ref: v2_0_ref:
parent: influx template parent: influx template

View File

@ -1,7 +1,7 @@
--- ---
title: influx transpile title: influx transpile
description: > description: >
The 'influx transpile' command transpiles an InfluxQL query to Flux source code. The `influx transpile` command transpiles an InfluxQL query to Flux source code.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx transpile name: influx transpile

View File

@ -1,6 +1,6 @@
--- ---
title: influx user title: influx user
description: The 'influx user' command and its subcommands manage user information in InfluxDB. description: The `influx user` command and its subcommands manage user information in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx user name: influx user

View File

@ -1,6 +1,6 @@
--- ---
title: influx user create title: influx user create
description: The 'influx user create' command creates a user in InfluxDB. description: The `influx user create` command creates a user in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx user create name: influx user create

View File

@ -1,6 +1,6 @@
--- ---
title: influx user delete title: influx user delete
description: The 'influx user delete' command deletes a specified user. description: The `influx user delete` command deletes a specified user.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx user delete name: influx user delete

View File

@ -1,6 +1,6 @@
--- ---
title: influx user list title: influx user list
description: The 'influx user list' lists users in InfluxDB. description: The `influx user list` lists users in InfluxDB.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx user list name: influx user list

View File

@ -1,7 +1,7 @@
--- ---
title: influx user update title: influx user update
description: > description: >
The 'influx user update' command updates information related to a user such as their user name. The `influx user update` command updates information related to a user such as their user name.
menu: menu:
v2_0_ref: v2_0_ref:
name: influx user update name: influx user update

View File

@ -1,7 +1,7 @@
--- ---
title: influx write dryrun title: influx write dryrun
description: > description: >
The 'influx write dryrun' command prints write output to stdout instead of writing The `influx write dryrun` command prints write output to stdout instead of writing
to InfluxDB. Use this command to test writing data. to InfluxDB. Use this command to test writing data.
menu: menu:
v2_0_ref: v2_0_ref:

View File

@ -1,6 +1,6 @@
--- ---
title: influxd - InfluxDB daemon title: influxd - InfluxDB service
description: The influxd daemon starts and runs all the processes necessary for InfluxDB to function. description: The `influxd` service starts and runs all the processes necessary for InfluxDB to function.
v2.0/tags: [influxd, cli] v2.0/tags: [influxd, cli]
menu: menu:
v2_0_ref: v2_0_ref: