Skip to content

Commit 5cea910

Browse files
committed
Fix
1 parent b9be003 commit 5cea910

12 files changed

+28
-32
lines changed

cmd/scw/testdata/test-all-usage-function-function-get-download-url-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USAGE:
66
scw function function get-download-url <function-id ...> [arg=value ...]
77

88
ARGS:
9-
function-id UUID of the function to get the download URL for
9+
function-id UUID of the function to get the the download URL for
1010
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1111

1212
FLAGS:

cmd/scw/testdata/test-all-usage-instance-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-
This API allows you to manage your CPU and GPU Instances.
3+
This API allows you to manage your Instances.
44

55
USAGE:
66
scw instance <command>

cmd/scw/testdata/test-all-usage-interlink-link-create-usage.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ ARGS:
1313
bandwidth-mbps Desired bandwidth for the link. Must be compatible with available link bandwidths and remaining bandwidth capacity of the connection
1414
[connection-id] If set, creates a self-hosted link using this dedicated physical connection. As the customer, specify the ID of the physical connection you already have for this link.
1515
[partner-id] If set, creates a hosted link on a partner's connection. Specify the ID of the chosen partner, who already has a shared connection with available bandwidth.
16-
[peer-asn] For self-hosted links we need the peer AS Number to establish BGP session. If not given, a default one will be assigned.
1716
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1817

1918
FLAGS:

cmd/scw/testdata/test-all-usage-interlink-link-update-usage.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ARGS:
99
link-id ID of the link to update
1010
[name] Name of the link
1111
[tags.{index}] List of tags to apply to the link
12-
[peer-asn] For self-hosted links, AS Number to establish BGP session.
1312
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1413

1514
FLAGS:

cmd/scw/testdata/test-all-usage-vpc-vpc-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
ARGS:
99
[order-by] Sort order of the returned VPCs (created_at_asc | created_at_desc | name_asc | name_desc)
1010
[name] Name to filter for. Only VPCs with names containing this string will be returned
11-
[tags.{index}] Tags to filter for. Only VPCs with one or more matching tags will be returned
11+
[tags.{index}] Tags to filter for. Only VPCs with one more more matching tags will be returned
1212
[project-id] Project ID to filter for. Only VPCs belonging to this Project will be returned
1313
[is-default] Defines whether to filter only for VPCs which are the default one for their Project
1414
[routing-enabled] Defines whether to filter only for VPCs which route traffic between their Private Networks

cmd/scw/testdata/test-main-usage-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ BAREMETAL COMMANDS:
1212
fip This API allows you to manage your Elastic Metal servers' flexible public IP addresses
1313

1414
COMPUTE COMMANDS:
15-
instance This API allows you to manage your CPU and GPU Instances
15+
instance This API allows you to manage your Instances
1616
marketplace This API allows you to find available images for use when launching a Scaleway Instance
1717

1818
CONFIGURATION COMMANDS:

docs/commands/function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ scw function function get-download-url <function-id ...> [arg=value ...]
383383

384384
| Name | | Description |
385385
|------|---|-------------|
386-
| function-id | Required | UUID of the function to get the download URL for |
386+
| function-id | Required | UUID of the function to get the the download URL for |
387387
| region | Default: `fr-par`<br />One of: `fr-par`, `nl-ams`, `pl-waw` | Region to target. If none is passed will use default region from the config |
388388

389389

docs/commands/instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- DO NOT EDIT: this file is automatically generated using scw-doc-gen -->
22
# Documentation for `scw instance`
3-
This API allows you to manage your CPU and GPU Instances.
3+
This API allows you to manage your Instances.
44

55
- [Image management commands](#image-management-commands)
66
- [Create an Instance image](#create-an-instance-image)

docs/commands/interlink.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ scw interlink link create [arg=value ...]
112112
| bandwidth-mbps | Required | Desired bandwidth for the link. Must be compatible with available link bandwidths and remaining bandwidth capacity of the connection |
113113
| connection-id | | If set, creates a self-hosted link using this dedicated physical connection. As the customer, specify the ID of the physical connection you already have for this link. |
114114
| partner-id | | If set, creates a hosted link on a partner's connection. Specify the ID of the chosen partner, who already has a shared connection with available bandwidth. |
115-
| peer-asn | | For self-hosted links we need the peer AS Number to establish BGP session. If not given, a default one will be assigned. |
116115
| region | Default: `fr-par`<br />One of: `fr-par`, `nl-ams`, `pl-waw` | Region to target. If none is passed will use default region from the config |
117116

118117

@@ -290,7 +289,6 @@ scw interlink link update <link-id ...> [arg=value ...]
290289
| link-id | Required | ID of the link to update |
291290
| name | | Name of the link |
292291
| tags.{index} | | List of tags to apply to the link |
293-
| peer-asn | | For self-hosted links, AS Number to establish BGP session. |
294292
| region | Default: `fr-par`<br />One of: `fr-par`, `nl-ams`, `pl-waw` | Region to target. If none is passed will use default region from the config |
295293

296294

docs/commands/vpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ scw vpc vpc list [arg=value ...]
469469
|------|---|-------------|
470470
| order-by | One of: `created_at_asc`, `created_at_desc`, `name_asc`, `name_desc` | Sort order of the returned VPCs |
471471
| name | | Name to filter for. Only VPCs with names containing this string will be returned |
472-
| tags.{index} | | Tags to filter for. Only VPCs with one or more matching tags will be returned |
472+
| tags.{index} | | Tags to filter for. Only VPCs with one more more matching tags will be returned |
473473
| project-id | | Project ID to filter for. Only VPCs belonging to this Project will be returned |
474474
| is-default | | Defines whether to filter only for VPCs which are the default one for their Project |
475475
| routing-enabled | | Defines whether to filter only for VPCs which route traffic between their Private Networks |

0 commit comments

Comments
 (0)