Skip to content

Commit 792705f

Browse files
committed
feat: update generated APIs
1 parent 299f0de commit 792705f

File tree

71 files changed

+148
-145
lines changed

Some content is hidden

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

71 files changed

+148
-145
lines changed

cmd/scw/testdata/test-all-usage-apple-silicon-os-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
List all Operating System (OS). The response will include the total number of OS as well as their associated IDs, names and labels.
3+
List all Operating Systems (OS). The response will include the total number of OS as well as their associated IDs, names and labels.
44

55
USAGE:
66
scw apple-silicon os list [arg=value ...]

cmd/scw/testdata/test-all-usage-apple-silicon-os-usage.golden

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

88
AVAILABLE COMMANDS:
99
get Get an Operating System (OS)
10-
list List all Operating System (OS)
10+
list List all Operating Systems (OS)
1111

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

cmd/scw/testdata/test-all-usage-apple-silicon-server-type-get-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Get a server technical details.
3+
Get technical details (CPU, disk size etc.) of a server type.
44

55
USAGE:
66
scw apple-silicon server-type get <server-type ...> [arg=value ...]

cmd/scw/testdata/test-all-usage-baremetal-os-get-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Return specific OS for the ID.
3+
Return the specific OS for the ID.
44

55
USAGE:
66
scw baremetal os get <os-id ...> [arg=value ...]

cmd/scw/testdata/test-all-usage-baremetal-os-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USAGE:
66
scw baremetal os <command>
77

88
AVAILABLE COMMANDS:
9-
get Get an OS with an ID
9+
get Get OS with an ID
1010
list List available OSes
1111

1212
FLAGS:

cmd/scw/testdata/test-all-usage-baremetal-server-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
List Elastic Metal servers for a specific organization.
3+
List Elastic Metal servers for a specific Organization.
44

55
USAGE:
66
scw baremetal server list [arg=value ...]

cmd/scw/testdata/test-all-usage-baremetal-server-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ AVAILABLE COMMANDS:
1111
get Get a specific Elastic Metal server
1212
get-metrics Return server metrics
1313
install Install an Elastic Metal server
14-
list List Elastic Metal servers for an organization
14+
list List Elastic Metal servers for an Organization
1515
list-events List server events
1616
reboot Reboot an Elastic Metal server
1717
start Start an Elastic Metal server

cmd/scw/testdata/test-all-usage-baremetal-settings-list-usage.golden

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Return all settings for a project ID.
3+
Return all settings for a Project ID.
44

55
USAGE:
66
scw baremetal settings list [arg=value ...]
77

88
ARGS:
99
[order-by] Sort order for items in the response (created_at_asc | created_at_desc)
10-
project-id ID of the project
10+
project-id ID of the Project
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 | all)
1212

1313
FLAGS:

cmd/scw/testdata/test-all-usage-baremetal-settings-update-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Update a setting for a project ID (enable or disable).
3+
Update a setting for a Project ID (enable or disable).
44

55
USAGE:
66
scw baremetal settings update [arg=value ...]

cmd/scw/testdata/test-all-usage-container-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Containers API.
3+
Serverless Containers API.
44

55
USAGE:
66
scw container <command>

0 commit comments

Comments
 (0)