Apply suggestions from code review

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
jts-6160-3-2-cli
Jason Stirnaman 2025-06-27 14:00:02 -05:00 committed by GitHub
parent 6dac142127
commit 429e3fc079
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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:

View File

@ -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.