Skip to content

Commit e245c2d

Browse files
authored
Merge branch 'master' into dependabot/go_modules/github.com/getsentry/sentry-go-0.22.0
2 parents a930161 + 5ac2209 commit e245c2d

38 files changed

Lines changed: 16848 additions & 3904 deletions

File tree

cmd/scw/testdata/test-all-usage-account-project-create-usage.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3+
Deprecated in favor of Account API v3.
34
Generate a new Project for an Organization, specifying its configuration including name and description.
45

56
USAGE:

cmd/scw/testdata/test-all-usage-account-project-delete-usage.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3+
Deprecated in favor of Account API v3.
34
Delete an existing Project, specified by its Project ID. The Project needs to be empty (meaning there are no resources left in it) to be deleted effectively. Note that deleting a Project is permanent, and cannot be undone.
45

56
USAGE:

cmd/scw/testdata/test-all-usage-account-project-get-usage.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3+
Deprecated in favor of Account API v3.
34
Retrieve information about an existing Project, specified by its Project ID. Its full details, including ID, name and description, are returned in the response object.
45

56
USAGE:

cmd/scw/testdata/test-all-usage-account-project-list-usage.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3+
Deprecated in favor of Account API v3.
34
List all Projects of an Organization. The response will include the total number of Projects as well as their associated Organizations, names and IDs. Other information include the creation and update date of the Project.
45

56
USAGE:

cmd/scw/testdata/test-all-usage-account-project-update-usage.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3+
Deprecated in favor of Account API v3.
34
Update the parameters of an existing Project, specified by its Project ID. These parameters include the name and description.
45

56
USAGE:

cmd/scw/testdata/test-all-usage-vpc-private-network-create-usage.golden

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Create a new Private Network. Once created, you can attach Scaleway resources in the same Availability Zone.
3+
Create a new Private Network. Once created, you can attach Scaleway resources which are in the same region.
44

55
USAGE:
66
scw vpc private-network create [arg=value ...]
@@ -10,7 +10,8 @@ ARGS:
1010
[project-id] Project ID to use. If none is passed the default project ID will be used
1111
[tags.{index}] Tags for the Private Network
1212
[subnets.{index}] Private Network subnets CIDR
13-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | nl-ams-3 | pl-waw-1 | pl-waw-2)
13+
[vpc-id] VPC in which to create the Private Network
14+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1415

1516
FLAGS:
1617
-h, --help help for create

cmd/scw/testdata/test-all-usage-vpc-private-network-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
private-network-id Private Network ID
10-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | nl-ams-3 | pl-waw-1 | pl-waw-2)
10+
[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:
1313
-h, --help help for delete

cmd/scw/testdata/test-all-usage-vpc-private-network-get-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
private-network-id Private Network ID
10-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | nl-ams-3 | pl-waw-1 | pl-waw-2)
10+
[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:
1313
-h, --help help for get

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
List existing Private Networks in a specified Availability Zone. By default, the Private Networks returned in the list are ordered by creation date in ascending order, though this can be modified via the order_by field.
3+
List existing Private Networks in the specified region. By default, the Private Networks returned in the list are ordered by creation date in ascending order, though this can be modified via the order_by field.
44

55
USAGE:
66
scw vpc private-network list [arg=value ...]
@@ -11,9 +11,10 @@ ARGS:
1111
[tags.{index}] Tags to filter for. Only Private Networks with one or more matching tags will be returned
1212
[project-id] Project ID to filter for. Only Private Networks belonging to this Project will be returned
1313
[private-network-ids.{index}] Private Network IDs to filter for. Only Private Networks with one of these IDs will be returned
14-
[include-regional] Defines whether to include regional Private Networks in the response
14+
[vpc-id] VPC ID to filter for. Only Private Networks belonging to this VPC will be returned
15+
[dhcp-enabled] DHCP status to filter for. When true, only Private Networks with managed DHCP enabled will be returned
1516
[organization-id] Organization ID to filter for. Only Private Networks belonging to this Organization will be returned
16-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | nl-ams-3 | pl-waw-1 | pl-waw-2 | all)
17+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw | all)
1718

1819
FLAGS:
1920
-h, --help help for list

cmd/scw/testdata/test-all-usage-vpc-private-network-update-usage.golden

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

88
ARGS:
99
private-network-id Private Network ID
10-
[name] Name of the private network
10+
[name] Name for the Private Network
1111
[tags.{index}] Tags for the Private Network
12-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | nl-ams-3 | pl-waw-1 | pl-waw-2)
13-
14-
DEPRECATED ARGS:
15-
[subnets.{index}] Private Network subnets CIDR (deprecated)
12+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1613

1714
FLAGS:
1815
-h, --help help for update

0 commit comments

Comments
 (0)