Skip to content

Commit 7742787

Browse files
authored
Add more information in DSA command outputs (#69)
* Only display username if not empty * Replace ACL fields by more generic ones * Add more information to instance describe tables * Update docs
1 parent fe0ba7e commit 7742787

File tree

35 files changed

+140
-36
lines changed

35 files changed

+140
-36
lines changed

docs/stackit_logme_instance_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ stackit logme instance create [flags]
2020
$ stackit logme instance create --name my-instance --plan-id xxx
2121
2222
Create a LogMe instance with name "my-instance" and specify IP range which is allowed to access it
23-
$ stackit logme instance create --name my-instance --plan-id xxx --acl 192.168.1.0/24
23+
$ stackit logme instance create --name my-instance --plan-id xxx --acl 1.2.3.0/24
2424
```
2525

2626
### Options

docs/stackit_logme_instance_update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ stackit logme instance update INSTANCE_ID [flags]
1717
$ stackit logme instance update xxx --plan-id yyy
1818
1919
Update the range of IPs allowed to access a LogMe instance with ID "xxx"
20-
$ stackit logme instance update xxx --acl 192.168.1.0/24
20+
$ stackit logme instance update xxx --acl 1.2.3.0/24
2121
```
2222

2323
### Options

docs/stackit_mariadb_instance_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ stackit mariadb instance create [flags]
2020
$ stackit mariadb instance create --name my-instance --plan-id xxx
2121
2222
Create a MariaDB instance with name "my-instance" and specify IP range which is allowed to access it
23-
$ stackit mariadb instance create --name my-instance --plan-id xxx --acl 192.168.1.0/24
23+
$ stackit mariadb instance create --name my-instance --plan-id xxx --acl 1.2.3.0/24
2424
```
2525

2626
### Options

docs/stackit_mariadb_instance_update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ stackit mariadb instance update INSTANCE_ID [flags]
1717
$ stackit mariadb instance update xxx --plan-id yyy
1818
1919
Update the range of IPs allowed to access a MariaDB instance with ID "xxx"
20-
$ stackit mariadb instance update xxx --acl 192.168.1.0/24
20+
$ stackit mariadb instance update xxx --acl 1.2.3.0/24
2121
```
2222

2323
### Options

docs/stackit_opensearch_instance_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ stackit opensearch instance create [flags]
2020
$ stackit opensearch instance create --name my-instance --plan-id xxx
2121
2222
Create an OpenSearch instance with name "my-instance" and specify IP range which is allowed to access it
23-
$ stackit opensearch instance create --name my-instance --plan-id xxx --acl 192.168.1.0/24
23+
$ stackit opensearch instance create --name my-instance --plan-id xxx --acl 1.2.3.0/24
2424
```
2525

2626
### Options

docs/stackit_opensearch_instance_update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ stackit opensearch instance update INSTANCE_ID [flags]
1717
$ stackit opensearch instance update xxx --plan-id yyy
1818
1919
Update the range of IPs allowed to access an OpenSearch instance with ID "xxx"
20-
$ stackit opensearch instance update xxx --acl 192.168.1.0/24
20+
$ stackit opensearch instance update xxx --acl 1.2.3.0/24
2121
```
2222

2323
### Options

docs/stackit_rabbitmq_instance_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ stackit rabbitmq instance create [flags]
2020
$ stackit rabbitmq instance create --name my-instance --plan-id xxx
2121
2222
Create an RabbitMQ instance with name "my-instance" and specify IP range which is allowed to access it
23-
$ stackit rabbitmq instance create --name my-instance --plan-id xxx --acl 192.168.1.0/24
23+
$ stackit rabbitmq instance create --name my-instance --plan-id xxx --acl 1.2.3.0/24
2424
```
2525

2626
### Options

docs/stackit_rabbitmq_instance_update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ stackit rabbitmq instance update INSTANCE_ID [flags]
1717
$ stackit rabbitmq instance update xxx --plan-id yyy
1818
1919
Update the range of IPs allowed to access an RabbitMQ instance with ID "xxx"
20-
$ stackit rabbitmq instance update xxx --acl 192.168.1.0/24
20+
$ stackit rabbitmq instance update xxx --acl 1.2.3.0/24
2121
```
2222

2323
### Options

docs/stackit_redis_instance_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ stackit redis instance create [flags]
2020
$ stackit redis instance create --name my-instance --plan-id xxx
2121
2222
Create a Redis instance with name "my-instance" and specify IP range which is allowed to access it
23-
$ stackit redis instance create --name my-instance --plan-id xxx --acl 192.168.1.0/24
23+
$ stackit redis instance create --name my-instance --plan-id xxx --acl 1.2.3.0/24
2424
```
2525

2626
### Options

docs/stackit_redis_instance_update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ stackit redis instance update INSTANCE_ID [flags]
1717
$ stackit redis instance update xxx --plan-id yyy
1818
1919
Update the range of IPs allowed to access a Redis instance with ID "xxx"
20-
$ stackit redis instance update xxx --acl 192.168.1.0/24
20+
$ stackit redis instance update xxx --acl 1.2.3.0/24
2121
```
2222

2323
### Options

0 commit comments

Comments
 (0)