Skip to content

Commit 1829387

Browse files
authored
Update docs (#383)
1 parent a110cd3 commit 1829387

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/stackit_beta_sqlserverflex_options.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,16 @@ stackit beta sqlserverflex options [flags]
1515

1616
```
1717
List SQL Server Flex flavors options
18-
$ stackit sqlserverflex options --flavors
18+
$ stackit beta sqlserverflex options --flavors
1919
2020
List SQL Server Flex available versions
21-
$ stackit sqlserverflex options --versions
21+
$ stackit beta sqlserverflex options --versions
2222
2323
List SQL Server Flex storage options for a given flavor. The flavor ID can be retrieved by running "$ stackit sqlserverflex options --flavors"
24-
$ stackit sqlserverflex options --storages --flavor-id <FLAVOR_ID>
24+
$ stackit beta sqlserverflex options --storages --flavor-id <FLAVOR_ID>
25+
26+
List SQL Server Flex user roles and database compatibilities for a given instance. The IDs of existing instances can be obtained by running "$ stackit sqlserverflex instance list"
27+
$ stackit beta sqlserverflex options --user-roles --db-compatibilities --instance-id <INSTANCE_ID>
2528
```
2629

2730
### Options

0 commit comments

Comments
 (0)