Skip to content

Commit ea554d6

Browse files
authored
feat: update generated cli (#1219)
1 parent 4612112 commit ea554d6

26 files changed

+100
-48
lines changed

cmd/scw/testdata/test-all-usage-account-ssh-key-update-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
ssh-key-id
10-
[name]
10+
[name] Name of the SSH key
1111

1212
FLAGS:
1313
-h, --help help for update

cmd/scw/testdata/test-all-usage-instance-image-delete-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ EXAMPLES:
1313
scw instance image delete 11111111-1111-1111-1111-111111111111 zone=fr-par-1
1414

1515
ARGS:
16-
image-id
16+
image-id UUID of the image you want to delete
1717
[with-snapshots] Delete the snapshots attached to this image
1818
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1)
1919

cmd/scw/testdata/test-all-usage-instance-image-get-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ EXAMPLES:
1313
scw instance image get 11111111-1111-1111-1111-111111111111 zone=fr-par-1
1414

1515
ARGS:
16-
image-id
16+
image-id UUID of the image you want to get
1717
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1)
1818

1919
FLAGS:

cmd/scw/testdata/test-all-usage-instance-placement-group-delete-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ EXAMPLES:
1313
scw instance placement-group delete 11111111-1111-1111-1111-111111111111 zone=fr-par-1
1414

1515
ARGS:
16-
placement-group-id
16+
placement-group-id UUID of the placement group you want to delete
1717
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1)
1818

1919
FLAGS:

cmd/scw/testdata/test-all-usage-instance-placement-group-get-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ EXAMPLES:
1010
scw instance placement-group get 6c15f411-3b6f-402d-8eba-ae24ef9254e9
1111

1212
ARGS:
13-
placement-group-id
13+
placement-group-id UUID of the placement group you want to get
1414
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1)
1515

1616
FLAGS:

cmd/scw/testdata/test-all-usage-instance-security-group-delete-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ EXAMPLES:
1010
scw instance security-group delete 69e17c83-9945-47ac-8b29-8c1ad050ee83
1111

1212
ARGS:
13-
security-group-id
13+
security-group-id UUID of the security group you want to delete
1414
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1)
1515

1616
FLAGS:

cmd/scw/testdata/test-all-usage-instance-security-group-get-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ EXAMPLES:
1010
scw instance security-group get a3244331-5d32-4e36-9bf9-b60233e201c7
1111

1212
ARGS:
13-
security-group-id
13+
security-group-id UUID of the security group you want to get
1414
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1)
1515

1616
FLAGS:

cmd/scw/testdata/test-all-usage-instance-server-get-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ EXAMPLES:
1010
scw instance server get 94ededdf-358d-4019-9886-d754f8a2e78d
1111

1212
ARGS:
13-
server-id
13+
server-id UUID of the server you want to get
1414
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1)
1515

1616
FLAGS:

cmd/scw/testdata/test-all-usage-instance-snapshot-delete-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ EXAMPLES:
1313
scw instance snapshot delete 11111111-1111-1111-1111-111111111111 zone=fr-par-1
1414

1515
ARGS:
16-
snapshot-id
16+
snapshot-id UUID of the snapshot you want to delete
1717
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1)
1818

1919
FLAGS:

cmd/scw/testdata/test-all-usage-instance-snapshot-get-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ EXAMPLES:
1313
scw instance snapshot get 11111111-1111-1111-1111-111111111111 zone=fr-par-1
1414

1515
ARGS:
16-
snapshot-id
16+
snapshot-id UUID of the snapshot you want to get
1717
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1)
1818

1919
FLAGS:

0 commit comments

Comments
 (0)