Skip to content

Commit c86ead1

Browse files
authored
Merge branch 'scaleway:master' into master
2 parents a98ed41 + ae44107 commit c86ead1

File tree

51 files changed

+117
-106
lines changed

Some content is hidden

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

51 files changed

+117
-106
lines changed

cmd/scw/testdata/test-all-usage-cockpit-plan-get-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
33
Retrieve a pricing plan for the given Project, specified by the ID of the Project.
4-
Deprecated, retention is now managed at the data source level.
4+
Deprecated: retention is now managed at the data source level.
55

66
USAGE:
77
scw cockpit plan get [arg=value ...]

cmd/scw/testdata/test-all-usage-cockpit-plan-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
33
Retrieve a list of available pricing plan types.
4-
Deprecated, retention is now managed at the data source level.
4+
Deprecated: retention is now managed at the data source level.
55

66
USAGE:
77
scw cockpit plan list [arg=value ...]

cmd/scw/testdata/test-all-usage-cockpit-plan-select-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
33
Apply a pricing plan on a given Project. You must specify the ID of the pricing plan type. Note that you will be billed for the plan you apply.
4-
Deprecated, retention is now managed at the data source level.
4+
Deprecated: retention is now managed at the data source level.
55

66
USAGE:
77
scw cockpit plan select [arg=value ...]

cmd/scw/testdata/test-all-usage-document-db-setting-set-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 an advanced setting for a Database Instance. Settings added upon database engine initalization can only be defined once, and cannot, therefore, be updated.
3+
Update an advanced setting for a Database Instance. Settings added upon database engine initialization can only be defined once, and cannot, therefore, be updated.
44

55
USAGE:
66
scw document-db setting set [arg=value ...]

cmd/scw/testdata/test-all-usage-function-domain-list-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
[order-by] Order of the domains (created_at_asc | created_at_desc | hostname_asc | hostname_desc)
10-
[function-id] UUID of the function the domain is assoicated with
10+
[function-id] UUID of the function the domain is associated with
1111
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw | all)
1212

1313
FLAGS:

cmd/scw/testdata/test-all-usage-function-function-create-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARGS:
99
[name=<generated>] Name of the function to create
1010
[namespace-id] UUID of the namespace the function will be created in
1111
[environment-variables.{key}] Environment variables of the function
12-
[min-scale] Minumum number of instances to scale the function to
12+
[min-scale] Minimum number of instances to scale the function to
1313
[max-scale] Maximum number of instances to scale the function to
1414
[runtime] Runtime to use with the function (unknown_runtime | golang | python | python3 | node8 | node10 | node14 | node16 | node17 | python37 | python38 | python39 | python310 | go113 | go117 | go118 | node18 | rust165 | go119 | python311 | php82 | node19 | go120 | node20 | go121 | node22 | python312 | php83 | go122 | rust179 | go123 | go124 | python313 | rust185 | php84)
1515
[memory-limit] Memory limit of the function in MB

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 the download URL for
9+
function-id UUID of the function to get 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-function-function-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARGS:
1010
[namespace-id] UUID of the namespace the function belongs to
1111
[name] Name of the function
1212
[project-id] UUID of the Project the function belongs to
13-
[organization-id] UUID of the Organziation the function belongs to
13+
[organization-id] UUID of the Organization the function belongs to
1414
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw | all)
1515

1616
FLAGS:

cmd/scw/testdata/test-all-usage-function-function-update-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
ARGS:
99
function-id UUID of the function to update
1010
[environment-variables.{key}] Environment variables of the function to update
11-
[min-scale] Minumum number of instances to scale the function to
11+
[min-scale] Minimum number of instances to scale the function to
1212
[max-scale] Maximum number of instances to scale the function to
1313
[runtime] Runtime to use with the function (unknown_runtime | golang | python | python3 | node8 | node10 | node14 | node16 | node17 | python37 | python38 | python39 | python310 | go113 | go117 | go118 | node18 | rust165 | go119 | python311 | php82 | node19 | go120 | node20 | go121 | node22 | python312 | php83 | go122 | rust179 | go123 | go124 | python313 | rust185 | php84)
1414
[memory-limit] Memory limit of the function in MB

cmd/scw/testdata/test-all-usage-function-token-list-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
[order-by] Sort order for the tokens (created_at_asc | created_at_desc)
10-
[function-id] UUID of the function the token is assoicated with
10+
[function-id] UUID of the function the token is associated with
1111
[namespace-id] UUID of the namespace the token is associated with
1212
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw | all)
1313

0 commit comments

Comments
 (0)