Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>jts-6160-3-2-cli
parent
6dac142127
commit
429e3fc079
|
|
@ -12,9 +12,6 @@ weight: 300
|
|||
|
||||
The `influxdb3 show license` command displays license information for your {{< product-name >}} instance.
|
||||
|
||||
{{% show-in "enterprise" %}}
|
||||
This command is only available in InfluxDB 3 Enterprise.
|
||||
{{% /show-in %}}
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
|||
|
|
@ -39,6 +39,8 @@ You can use the following environment variables to set command options:
|
|||
|
||||
- [Delete a database](#delete-a-database)
|
||||
- [Delete a database while specifying the token inline](#delete-a-database-while-specifying-the-token-inline)
|
||||
- [Hard delete a database immediately](#hard-delete-a-database-immediately)
|
||||
- [Hard delete a database at a specific time](#hard-delete-a-database-at-a-specific-time)
|
||||
|
||||
In the examples below, replace the following:
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ influxdb3 update database [OPTIONS] --database <DATABASE_NAME>
|
|||
|
||||
## Arguments
|
||||
|
||||
- **`DATABASE_NAME`**: (Required) The name of the database to update. Valid database names are alphanumeric and start with a letter or number. Dashes (-) and underscores (_) are allowed.
|
||||
- **`DATABASE_NAME`**: (Required) The name of the database to update.
|
||||
|
||||
You can also set the database name using the `INFLUXDB3_DATABASE_NAME` environment variable.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue