Skip to content

Commit 6fb799d

Browse files
committed
update goldens
1 parent 6794970 commit 6fb799d

6 files changed

Lines changed: 7 additions & 7 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77

88
ARGS:
99
cluster-id UUID of the cluster you want to add acl rules to
10-
[acl-rules.{index}.ip] IPv4 network address of the rule
10+
[acl-rules.{index}.ip-cidr] IPv4 network address of the rule
1111
[acl-rules.{index}.description] Description of the rule
1212
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | pl-waw-1)
1313

cmd/scw/testdata/test-all-usage-redis-acl-set-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77

88
ARGS:
99
cluster-id UUID of the cluster where the ACL rules has to be set
10-
[acl-rules.{index}.ip] IPv4 network address of the rule
10+
[acl-rules.{index}.ip-cidr] IPv4 network address of the rule
1111
[acl-rules.{index}.description] Description of the rule
1212
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | pl-waw-1)
1313

cmd/scw/testdata/test-all-usage-redis-cluster-create-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ARGS:
1414
user-name Name of the user created when the cluster is created
1515
password Password of the user
1616
[cluster-size] Number of nodes for the cluster
17-
[acl-rules.{index}.ip] IPv4 network address of the rule
17+
[acl-rules.{index}.ip-cidr] IPv4 network address of the rule
1818
[acl-rules.{index}.description] Description of the rule
1919
[endpoints.{index}.private-network.id] UUID of the private network to be connected to the cluster
2020
[endpoints.{index}.private-network.service-ips.{index}] Endpoint IPv4 adress with a CIDR notation. You must provide at least one IPv4 per node. Check documentation about IP and subnet limitation.

cmd/scw/testdata/test-all-usage-redis-cluster-metrics-usage.golden

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ USAGE:
77

88
ARGS:
99
cluster-id UUID of the cluster
10-
[start-date] Start date to gather metrics from
11-
[end-date] End date to gather metrics from
10+
[start-at] Start date to gather metrics from
11+
[end-at] End date to gather metrics from
1212
[metric-name] Name of the metric to gather
1313
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | pl-waw-1)
1414

cmd/scw/testdata/test-all-usage-redis-setting-delete-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77

88
ARGS:
99
cluster-id UUID of the cluster where the settings has to be set
10-
[settings-name] Setting name to delete
10+
setting-name Setting name to delete
1111
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | pl-waw-1)
1212

1313
FLAGS:

cmd/scw/testdata/test-all-usage-redis-version-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARGS:
99
[include-disabled] Whether or not to include disabled Redis™ engine versions
1010
[include-beta] Whether or not to include beta Redis™ engine versions
1111
[include-deprecated] Whether or not to include deprecated Redis™ engine versions
12-
[version-name] List Redis™ engine versions that match a given name pattern
12+
[version] List Redis™ engine versions that match a given name pattern
1313
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | pl-waw-1)
1414

1515
FLAGS:

0 commit comments

Comments
 (0)