Skip to content

Commit 4799cd0

Browse files
authored
chore: clean positional parameters on all namespace (#1223)
1 parent 2a77205 commit 4799cd0

23 files changed

+38
-38
lines changed

cmd/scw/testdata/test-all-usage-instance-user-data-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
List all user data keys registered on a given server.
44

55
USAGE:
6-
scw instance user-data list <server-id ...> [arg=value ...]
6+
scw instance user-data list [arg=value ...]
77

88
ARGS:
99
server-id UUID of the server

cmd/scw/testdata/test-all-usage-k8s-node-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This method allows to list all the existing nodes for a specific Kubernetes cluster.
44

55
USAGE:
6-
scw k8s node list <cluster-id ...> [arg=value ...]
6+
scw k8s node list [arg=value ...]
77

88
EXAMPLES:
99
List all the nodes in the given cluster

cmd/scw/testdata/test-all-usage-k8s-pool-create-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This method allows to create a new pool in a specific Kubernetes cluster.
44

55
USAGE:
6-
scw k8s pool create <cluster-id ...> [arg=value ...]
6+
scw k8s pool create [arg=value ...]
77

88
EXAMPLES:
99
Create a pool named bar with 2 DEV1-XL on a given cluster

cmd/scw/testdata/test-all-usage-k8s-pool-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This method allows to list all the existing pools for a specific Kubernetes cluster.
44

55
USAGE:
6-
scw k8s pool list <cluster-id ...> [arg=value ...]
6+
scw k8s pool list [arg=value ...]
77

88
EXAMPLES:
99
List all pools for a given cluster

cmd/scw/testdata/test-all-usage-rdb-acl-add-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Add an ACL instance to a given instance.
44

55
USAGE:
6-
scw rdb acl add <instance-id ...> [arg=value ...]
6+
scw rdb acl add [arg=value ...]
77

88
ARGS:
99
instance-id UUID of the instance you want to add acl rules to

cmd/scw/testdata/test-all-usage-rdb-acl-delete-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Delete ACL rules of a given instance.
44

55
USAGE:
6-
scw rdb acl delete <instance-id ...> [arg=value ...]
6+
scw rdb acl delete [arg=value ...]
77

88
ARGS:
99
instance-id UUID of the instance you want to delete an ACL rules from

cmd/scw/testdata/test-all-usage-rdb-acl-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
List ACL rules of a given instance.
44

55
USAGE:
6-
scw rdb acl list <instance-id ...> [arg=value ...]
6+
scw rdb acl list [arg=value ...]
77

88
ARGS:
99
instance-id UUID of the instance

cmd/scw/testdata/test-all-usage-rdb-database-create-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Create a database in a given instance.
44

55
USAGE:
6-
scw rdb database create <instance-id ...> [arg=value ...]
6+
scw rdb database create [arg=value ...]
77

88
ARGS:
99
instance-id UUID of the instance where to create the database

cmd/scw/testdata/test-all-usage-rdb-database-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
List all database in a given instance.
44

55
USAGE:
6-
scw rdb database list <instance-id ...> [arg=value ...]
6+
scw rdb database list [arg=value ...]
77

88
ARGS:
99
[name] Name of the database

cmd/scw/testdata/test-all-usage-rdb-log-get-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Get specific logs of a given instance.
44

55
USAGE:
6-
scw rdb log get <instance-log-id ...> [arg=value ...]
6+
scw rdb log get [arg=value ...]
77

88
ARGS:
99
instance-log-id UUID of the instance_log you want

0 commit comments

Comments
 (0)