Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions docs/stackit_beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ stackit beta [flags]
* [stackit beta alb](./stackit_beta_alb.md) - Manages application loadbalancers
* [stackit beta intake](./stackit_beta_intake.md) - Provides functionality for intake
* [stackit beta kms](./stackit_beta_kms.md) - Provides functionality for KMS
* [stackit beta sfs](./stackit_beta_sfs.md) - Provides functionality for SFS (stackit file storage)
* [stackit beta sqlserverflex](./stackit_beta_sqlserverflex.md) - Provides functionality for SQLServer Flex

38 changes: 38 additions & 0 deletions docs/stackit_beta_sfs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## stackit beta sfs

Provides functionality for SFS (stackit file storage)

### Synopsis

Provides functionality for SFS (stackit file storage).

```
stackit beta sfs [flags]
```

### Options

```
-h, --help Help for "stackit beta sfs"
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO

* [stackit beta](./stackit_beta.md) - Contains beta STACKIT CLI commands
* [stackit beta sfs export-policy](./stackit_beta_sfs_export-policy.md) - Provides functionality for SFS export policies
* [stackit beta sfs performance-class](./stackit_beta_sfs_performance-class.md) - Provides functionality for SFS performance classes
* [stackit beta sfs resource-pool](./stackit_beta_sfs_resource-pool.md) - Provides functionality for SFS resource pools
* [stackit beta sfs share](./stackit_beta_sfs_share.md) - Provides functionality for SFS shares
* [stackit beta sfs snapshot](./stackit_beta_sfs_snapshot.md) - Provides functionality for SFS snapshots

38 changes: 38 additions & 0 deletions docs/stackit_beta_sfs_export-policy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## stackit beta sfs export-policy

Provides functionality for SFS export policies

### Synopsis

Provides functionality for SFS export policies.

```
stackit beta sfs export-policy [flags]
```

### Options

```
-h, --help Help for "stackit beta sfs export-policy"
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO

* [stackit beta sfs](./stackit_beta_sfs.md) - Provides functionality for SFS (stackit file storage)
* [stackit beta sfs export-policy create](./stackit_beta_sfs_export-policy_create.md) - Creates a export policy
* [stackit beta sfs export-policy delete](./stackit_beta_sfs_export-policy_delete.md) - Deletes a export policy
* [stackit beta sfs export-policy describe](./stackit_beta_sfs_export-policy_describe.md) - Shows details of a export policy
* [stackit beta sfs export-policy list](./stackit_beta_sfs_export-policy_list.md) - Lists all export policies of a project
* [stackit beta sfs export-policy update](./stackit_beta_sfs_export-policy_update.md) - Updates a export policy

45 changes: 45 additions & 0 deletions docs/stackit_beta_sfs_export-policy_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
## stackit beta sfs export-policy create

Creates a export policy

### Synopsis

Creates a export policy.

```
stackit beta sfs export-policy create [flags]
```

### Examples

```
Create a new export policy with name "EXPORT_POLICY_NAME"
$ stackit beta sfs export-policy create --name EXPORT_POLICY_NAME

Create a new export policy with name "EXPORT_POLICY_NAME" and rules from file "./rules.json"
$ stackit beta sfs export-policy create --name EXPORT_POLICY_NAME --rules @./rules.json
```

### Options

```
-h, --help Help for "stackit beta sfs export-policy create"
--name string Export policy name
--rules string Rules of the export policy (format: json)
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO

* [stackit beta sfs export-policy](./stackit_beta_sfs_export-policy.md) - Provides functionality for SFS export policies

40 changes: 40 additions & 0 deletions docs/stackit_beta_sfs_export-policy_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## stackit beta sfs export-policy delete

Deletes a export policy

### Synopsis

Deletes a export policy.

```
stackit beta sfs export-policy delete EXPORT_POLICY_ID [flags]
```

### Examples

```
Delete a export policy with ID "xxx"
$ stackit beta sfs export-policy delete xxx
```

### Options

```
-h, --help Help for "stackit beta sfs export-policy delete"
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO

* [stackit beta sfs export-policy](./stackit_beta_sfs_export-policy.md) - Provides functionality for SFS export policies

40 changes: 40 additions & 0 deletions docs/stackit_beta_sfs_export-policy_describe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## stackit beta sfs export-policy describe

Shows details of a export policy

### Synopsis

Shows details of a export policy.

```
stackit beta sfs export-policy describe EXPORT_POLICY_ID [flags]
```

### Examples

```
Describe a export policy with ID "xxx"
$ stackit beta sfs export-policy describe xxx
```

### Options

```
-h, --help Help for "stackit beta sfs export-policy describe"
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO

* [stackit beta sfs export-policy](./stackit_beta_sfs_export-policy.md) - Provides functionality for SFS export policies

44 changes: 44 additions & 0 deletions docs/stackit_beta_sfs_export-policy_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
## stackit beta sfs export-policy list

Lists all export policies of a project

### Synopsis

Lists all export policies of a project.

```
stackit beta sfs export-policy list [flags]
```

### Examples

```
List all export policies
$ stackit beta sfs export-policy list

List up to 10 export policies
$ stackit beta sfs export-policy list --limit 10
```

### Options

```
-h, --help Help for "stackit beta sfs export-policy list"
--limit int Maximum number of entries to list
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO

* [stackit beta sfs export-policy](./stackit_beta_sfs_export-policy.md) - Provides functionality for SFS export policies

45 changes: 45 additions & 0 deletions docs/stackit_beta_sfs_export-policy_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
## stackit beta sfs export-policy update

Updates a export policy

### Synopsis

Updates a export policy.

```
stackit beta sfs export-policy update EXPORT_POLICY_ID [flags]
```

### Examples

```
Update a export policy with ID "xxx" and with rules from file "./rules.json"
$ stackit beta sfs export-policy update xxx --rules @./rules.json

Update a export policy with ID "xxx" and remove the rules
$ stackit beta sfs export-policy update XXX --remove-rules
```

### Options

```
-h, --help Help for "stackit beta sfs export-policy update"
--remove-rules Remove the export policy rules
--rules string Rules of the export policy
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO

* [stackit beta sfs export-policy](./stackit_beta_sfs_export-policy.md) - Provides functionality for SFS export policies

34 changes: 34 additions & 0 deletions docs/stackit_beta_sfs_performance-class.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## stackit beta sfs performance-class

Provides functionality for SFS performance classes

### Synopsis

Provides functionality for SFS performance classes.

```
stackit beta sfs performance-class [flags]
```

### Options

```
-h, --help Help for "stackit beta sfs performance-class"
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO

* [stackit beta sfs](./stackit_beta_sfs.md) - Provides functionality for SFS (stackit file storage)
* [stackit beta sfs performance-class list](./stackit_beta_sfs_performance-class_list.md) - Lists all performances classes available

40 changes: 40 additions & 0 deletions docs/stackit_beta_sfs_performance-class_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## stackit beta sfs performance-class list

Lists all performances classes available

### Synopsis

Lists all performances classes available.

```
stackit beta sfs performance-class list [flags]
```

### Examples

```
List all performances classes
$ stackit beta sfs performance-class list
```

### Options

```
-h, --help Help for "stackit beta sfs performance-class list"
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO

* [stackit beta sfs performance-class](./stackit_beta_sfs_performance-class.md) - Provides functionality for SFS performance classes

Loading
Loading