Skip to content

Commit 53b81e6

Browse files
Variable Rename and re-add long-text api autogeneration disclaimer
1 parent 73a380e commit 53b81e6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/command/atlas-api.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ For more information on
2020
- Atlas Administration API see: https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/
2121
- Getting started with the Atlas Administration API: https://www.mongodb.com/docs/atlas/configure-api-access/#std-label-atlas-admin-api-access
2222

23+
The atlas api sub-command, automatically generated from the MongoDB Atlas Admin API, offers full coverage of the Admin API.
24+
Admin API capabilities have their own release lifecycle, which you can check via the provided API endpoint documentation link.
25+
2326
Syntax
2427
------
2528

internal/cli/help_templates.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ const (
2121
2222
{{if or .Runnable .HasSubCommands}}{{.UsageString}}{{end}}`
2323

24-
ExperimentalText = "The atlas api sub-command, " +
24+
APICommandText = "The atlas api sub-command, " +
2525
"automatically generated from the MongoDB Atlas Admin API, offers full coverage of the Admin API.\n" +
2626
"Admin API capabilities have their own release lifecycle, which you can check via the provided API endpoint " +
2727
"documentation link.\n\n"
2828

29-
APICommandHelpTemplate = ExperimentalText + HelpTemplate
29+
APICommandHelpTemplate = APICommandText + HelpTemplate
3030
)

tools/cmd/docs/api_docs_long_text.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
The atlas api sub-command, automatically generated from the MongoDB Atlas Admin API, offers full coverage of the Admin API.
2+
Admin API capabilities have their own release lifecycle, which you can check via the provided API endpoint documentation link.
3+
14
Syntax
25
------
36

0 commit comments

Comments
 (0)