Skip to content

Commit 4e166b5

Browse files
committed
feat(mongodbflex): add docs for new commands
relates to STACKITCLI-441
1 parent 553953d commit 4e166b5

6 files changed

Lines changed: 231 additions & 0 deletions

docs/stackit_mongodbflex_flavor.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
## stackit mongodbflex flavor
2+
3+
Provides functionality for MongoDB Flex flavors
4+
5+
### Synopsis
6+
7+
Provides functionality for MongoDB Flex flavors.
8+
9+
```
10+
stackit mongodbflex flavor [flags]
11+
```
12+
13+
### Options
14+
15+
```
16+
-h, --help Help for "stackit mongodbflex flavor"
17+
```
18+
19+
### Options inherited from parent commands
20+
21+
```
22+
-y, --assume-yes If set, skips all confirmation prompts
23+
--async If set, runs the command asynchronously
24+
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
25+
-p, --project-id string Project ID
26+
--region string Target region for region-specific requests
27+
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
28+
```
29+
30+
### SEE ALSO
31+
32+
* [stackit mongodbflex](./stackit_mongodbflex.md) - Provides functionality for MongoDB Flex
33+
* [stackit mongodbflex flavor list](./stackit_mongodbflex_flavor_list.md) - Lists MongoDB Flex flavors
34+
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
## stackit mongodbflex flavor list
2+
3+
Lists MongoDB Flex flavors
4+
5+
### Synopsis
6+
7+
Lists MongoDB Flex flavors.
8+
9+
```
10+
stackit mongodbflex flavor list [flags]
11+
```
12+
13+
### Examples
14+
15+
```
16+
List MongoDB Flex flavor
17+
$ stackit mongodbflex flavor list
18+
```
19+
20+
### Options
21+
22+
```
23+
-h, --help Help for "stackit mongodbflex flavor list"
24+
--limit int Maximum number of entries to list
25+
```
26+
27+
### Options inherited from parent commands
28+
29+
```
30+
-y, --assume-yes If set, skips all confirmation prompts
31+
--async If set, runs the command asynchronously
32+
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
33+
-p, --project-id string Project ID
34+
--region string Target region for region-specific requests
35+
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
36+
```
37+
38+
### SEE ALSO
39+
40+
* [stackit mongodbflex flavor](./stackit_mongodbflex_flavor.md) - Provides functionality for MongoDB Flex flavors
41+
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
## stackit mongodbflex storage
2+
3+
Provides functionality for MongoDB Flex storages for a certain flavor
4+
5+
### Synopsis
6+
7+
Provides functionality for MongoDB Flex storages for a certain flavor.
8+
9+
```
10+
stackit mongodbflex storage [flags]
11+
```
12+
13+
### Options
14+
15+
```
16+
-h, --help Help for "stackit mongodbflex storage"
17+
```
18+
19+
### Options inherited from parent commands
20+
21+
```
22+
-y, --assume-yes If set, skips all confirmation prompts
23+
--async If set, runs the command asynchronously
24+
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
25+
-p, --project-id string Project ID
26+
--region string Target region for region-specific requests
27+
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
28+
```
29+
30+
### SEE ALSO
31+
32+
* [stackit mongodbflex](./stackit_mongodbflex.md) - Provides functionality for MongoDB Flex
33+
* [stackit mongodbflex storage list](./stackit_mongodbflex_storage_list.md) - Lists MongoDB Flex storages for a certain flavor
34+
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
## stackit mongodbflex storage list
2+
3+
Lists MongoDB Flex storages for a certain flavor
4+
5+
### Synopsis
6+
7+
Lists MongoDB Flex storages for a certain flavor.
8+
9+
```
10+
stackit mongodbflex storage list [flags]
11+
```
12+
13+
### Examples
14+
15+
```
16+
List MongoDB Flex storages for flavor with ID "xxx"
17+
$ stackit mongodbflex storage list --flavor-id xxx
18+
19+
List MongoDB Flex storages for flavor with ID "xxx" in JSON format
20+
$ stackit mongodbflex storage list --flavor-id xxx --output-format json
21+
22+
List up to 10 storages for flavor with ID "xxx"
23+
$ stackit mongodbflex storage list --flavor-id xxx --limit 10
24+
```
25+
26+
### Options
27+
28+
```
29+
--flavor-id string Flavor ID
30+
-h, --help Help for "stackit mongodbflex storage list"
31+
--limit int Maximum number of entries to list
32+
```
33+
34+
### Options inherited from parent commands
35+
36+
```
37+
-y, --assume-yes If set, skips all confirmation prompts
38+
--async If set, runs the command asynchronously
39+
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
40+
-p, --project-id string Project ID
41+
--region string Target region for region-specific requests
42+
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
43+
```
44+
45+
### SEE ALSO
46+
47+
* [stackit mongodbflex storage](./stackit_mongodbflex_storage.md) - Provides functionality for MongoDB Flex storages for a certain flavor
48+
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
## stackit mongodbflex version
2+
3+
Provides functionality for MongoDB Flex versions
4+
5+
### Synopsis
6+
7+
Provides functionality for MongoDB Flex versions.
8+
9+
```
10+
stackit mongodbflex version [flags]
11+
```
12+
13+
### Options
14+
15+
```
16+
-h, --help Help for "stackit mongodbflex version"
17+
```
18+
19+
### Options inherited from parent commands
20+
21+
```
22+
-y, --assume-yes If set, skips all confirmation prompts
23+
--async If set, runs the command asynchronously
24+
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
25+
-p, --project-id string Project ID
26+
--region string Target region for region-specific requests
27+
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
28+
```
29+
30+
### SEE ALSO
31+
32+
* [stackit mongodbflex](./stackit_mongodbflex.md) - Provides functionality for MongoDB Flex
33+
* [stackit mongodbflex version list](./stackit_mongodbflex_version_list.md) - Lists MongoDB Flex versions
34+
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
## stackit mongodbflex version list
2+
3+
Lists MongoDB Flex versions
4+
5+
### Synopsis
6+
7+
Lists MongoDB Flex versions.
8+
9+
```
10+
stackit mongodbflex version list [flags]
11+
```
12+
13+
### Examples
14+
15+
```
16+
List MongoDB Flex version options
17+
$ stackit mongodbflex version list
18+
```
19+
20+
### Options
21+
22+
```
23+
-h, --help Help for "stackit mongodbflex version list"
24+
```
25+
26+
### Options inherited from parent commands
27+
28+
```
29+
-y, --assume-yes If set, skips all confirmation prompts
30+
--async If set, runs the command asynchronously
31+
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
32+
-p, --project-id string Project ID
33+
--region string Target region for region-specific requests
34+
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
35+
```
36+
37+
### SEE ALSO
38+
39+
* [stackit mongodbflex version](./stackit_mongodbflex_version.md) - Provides functionality for MongoDB Flex versions
40+

0 commit comments

Comments
 (0)