Skip to content

Commit d3f5282

Browse files
authored
Update command descriptions (#340)
* update command descriptions * update descriptions
1 parent edf78a9 commit d3f5282

File tree

56 files changed

+92
-92
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+92
-92
lines changed

docs/stackit.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ stackit [flags]
2727
### SEE ALSO
2828

2929
* [stackit argus](./stackit_argus.md) - Provides functionality for Argus
30-
* [stackit auth](./stackit_auth.md) - Provides authentication functionality
30+
* [stackit auth](./stackit_auth.md) - Authenticates the STACKIT CLI
3131
* [stackit config](./stackit_config.md) - Provides functionality for CLI configuration options
3232
* [stackit curl](./stackit_curl.md) - Executes an authenticated HTTP request to an endpoint
3333
* [stackit dns](./stackit_dns.md) - Provides functionality for DNS
3434
* [stackit load-balancer](./stackit_load-balancer.md) - Provides functionality for Load Balancer
3535
* [stackit logme](./stackit_logme.md) - Provides functionality for LogMe
3636
* [stackit mariadb](./stackit_mariadb.md) - Provides functionality for MariaDB
3737
* [stackit mongodbflex](./stackit_mongodbflex.md) - Provides functionality for MongoDB Flex
38-
* [stackit object-storage](./stackit_object-storage.md) - Provides functionality regarding Object Storage
38+
* [stackit object-storage](./stackit_object-storage.md) - Provides functionality for Object Storage
3939
* [stackit opensearch](./stackit_opensearch.md) - Provides functionality for OpenSearch
40-
* [stackit organization](./stackit_organization.md) - Provides functionality regarding organizations
40+
* [stackit organization](./stackit_organization.md) - Manages organizations
4141
* [stackit postgresflex](./stackit_postgresflex.md) - Provides functionality for PostgreSQL Flex
42-
* [stackit project](./stackit_project.md) - Provides functionality regarding projects
42+
* [stackit project](./stackit_project.md) - Manages projects
4343
* [stackit rabbitmq](./stackit_rabbitmq.md) - Provides functionality for RabbitMQ
4444
* [stackit redis](./stackit_redis.md) - Provides functionality for Redis
4545
* [stackit secrets-manager](./stackit_secrets-manager.md) - Provides functionality for Secrets Manager

docs/stackit_auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## stackit auth
22

3-
Provides authentication functionality
3+
Authenticates the STACKIT CLI
44

55
### Synopsis
66

7-
Provides authentication functionality.
7+
Authenticates in the STACKIT CLI.
88

99
```
1010
stackit auth [flags]

docs/stackit_auth_activate-service-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ stackit auth activate-service-account [flags]
4848

4949
### SEE ALSO
5050

51-
* [stackit auth](./stackit_auth.md) - Provides authentication functionality
51+
* [stackit auth](./stackit_auth.md) - Authenticates the STACKIT CLI
5252

docs/stackit_auth_login.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ stackit auth login [flags]
3535

3636
### SEE ALSO
3737

38-
* [stackit auth](./stackit_auth.md) - Provides authentication functionality
38+
* [stackit auth](./stackit_auth.md) - Authenticates the STACKIT CLI
3939

docs/stackit_dns_record-set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ stackit dns record-set [flags]
3232
* [stackit dns record-set create](./stackit_dns_record-set_create.md) - Creates a DNS record set
3333
* [stackit dns record-set delete](./stackit_dns_record-set_delete.md) - Deletes a DNS record set
3434
* [stackit dns record-set describe](./stackit_dns_record-set_describe.md) - Shows details of a DNS record set
35-
* [stackit dns record-set list](./stackit_dns_record-set_list.md) - List DNS record sets
35+
* [stackit dns record-set list](./stackit_dns_record-set_list.md) - Lists DNS record sets
3636
* [stackit dns record-set update](./stackit_dns_record-set_update.md) - Updates a DNS record set
3737

docs/stackit_dns_record-set_list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## stackit dns record-set list
22

3-
List DNS record sets
3+
Lists DNS record sets
44

55
### Synopsis
66

7-
List DNS record sets. Successfully deleted record sets are not listed by default.
7+
Lists DNS record sets. Successfully deleted record sets are not listed by default.
88

99
```
1010
stackit dns record-set list [flags]

docs/stackit_dns_zone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ stackit dns zone [flags]
3232
* [stackit dns zone create](./stackit_dns_zone_create.md) - Creates a DNS zone
3333
* [stackit dns zone delete](./stackit_dns_zone_delete.md) - Deletes a DNS zone
3434
* [stackit dns zone describe](./stackit_dns_zone_describe.md) - Shows details of a DNS zone
35-
* [stackit dns zone list](./stackit_dns_zone_list.md) - List DNS zones
35+
* [stackit dns zone list](./stackit_dns_zone_list.md) - Lists DNS zones
3636
* [stackit dns zone update](./stackit_dns_zone_update.md) - Updates a DNS zone
3737

docs/stackit_dns_zone_list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## stackit dns zone list
22

3-
List DNS zones
3+
Lists DNS zones
44

55
### Synopsis
66

7-
List DNS zones. Successfully deleted zones are not listed by default.
7+
Lists DNS zones. Successfully deleted zones are not listed by default.
88

99
```
1010
stackit dns zone list [flags]

docs/stackit_object-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## stackit object-storage
22

3-
Provides functionality regarding Object Storage
3+
Provides functionality for Object Storage
44

55
### Synopsis
66

7-
Provides functionality regarding Object Storage.
7+
Provides functionality for Object Storage.
88

99
```
1010
stackit object-storage [flags]

docs/stackit_object-storage_bucket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stackit object-storage bucket [flags]
2828

2929
### SEE ALSO
3030

31-
* [stackit object-storage](./stackit_object-storage.md) - Provides functionality regarding Object Storage
31+
* [stackit object-storage](./stackit_object-storage.md) - Provides functionality for Object Storage
3232
* [stackit object-storage bucket create](./stackit_object-storage_bucket_create.md) - Creates an Object Storage bucket
3333
* [stackit object-storage bucket delete](./stackit_object-storage_bucket_delete.md) - Deletes an Object Storage bucket
3434
* [stackit object-storage bucket describe](./stackit_object-storage_bucket_describe.md) - Shows details of an Object Storage bucket

0 commit comments

Comments
 (0)