Skip to content

Update sqlserverflex options docs #383

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/stackit_beta_sqlserverflex_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@ stackit beta sqlserverflex options [flags]

```
List SQL Server Flex flavors options
$ stackit sqlserverflex options --flavors
$ stackit beta sqlserverflex options --flavors

List SQL Server Flex available versions
$ stackit sqlserverflex options --versions
$ stackit beta sqlserverflex options --versions

List SQL Server Flex storage options for a given flavor. The flavor ID can be retrieved by running "$ stackit sqlserverflex options --flavors"
$ stackit sqlserverflex options --storages --flavor-id <FLAVOR_ID>
$ stackit beta sqlserverflex options --storages --flavor-id <FLAVOR_ID>

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"
$ stackit beta sqlserverflex options --user-roles --db-compatibilities --instance-id <INSTANCE_ID>
```

### Options
Expand Down