From 429e3fc0792331eb3d278da2e252be078804822d Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Fri, 27 Jun 2025 14:00:02 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Scott Anderson --- .../enterprise/reference/cli/influxdb3/show/license.md | 3 --- content/shared/influxdb3-cli/delete/database.md | 2 ++ content/shared/influxdb3-cli/update/database/_index.md | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/content/influxdb3/enterprise/reference/cli/influxdb3/show/license.md b/content/influxdb3/enterprise/reference/cli/influxdb3/show/license.md index ea7e73821..579cfb8e5 100644 --- a/content/influxdb3/enterprise/reference/cli/influxdb3/show/license.md +++ b/content/influxdb3/enterprise/reference/cli/influxdb3/show/license.md @@ -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 diff --git a/content/shared/influxdb3-cli/delete/database.md b/content/shared/influxdb3-cli/delete/database.md index c6fbda211..14e1d4817 100644 --- a/content/shared/influxdb3-cli/delete/database.md +++ b/content/shared/influxdb3-cli/delete/database.md @@ -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: diff --git a/content/shared/influxdb3-cli/update/database/_index.md b/content/shared/influxdb3-cli/update/database/_index.md index c2be9879b..a292283a4 100644 --- a/content/shared/influxdb3-cli/update/database/_index.md +++ b/content/shared/influxdb3-cli/update/database/_index.md @@ -12,7 +12,7 @@ influxdb3 update database [OPTIONS] --database ## 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.