Skip to content

Commit 3f43143

Browse files
authored
Merge branch 'scaleway:master' into master
2 parents 039a8bd + 776269a commit 3f43143

20 files changed

+208
-18
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ ARGS:
3030
[health-check.http.path] Path to use for the HTTP health check.
3131
[health-check.failure-threshold] Number of consecutive health check failures before considering the container unhealthy.
3232
[health-check.interval] Period between health checks.
33+
[tags.{index}] Tags of the Serverless Container
3334
[deploy=true] Deploy container after creation
3435
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
3536

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ ARGS:
3030
[health-check.http.path] Path to use for the HTTP health check.
3131
[health-check.failure-threshold] Number of consecutive health check failures before considering the container unhealthy.
3232
[health-check.interval] Period between health checks.
33+
[tags.{index}] Tags of the Serverless Container
3334
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
3435

3536
DEPRECATED ARGS:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARGS:
1212
[description] Description of the namespace to create
1313
[secret-environment-variables.{index}.key]
1414
[secret-environment-variables.{index}.value]
15-
[tags.{index}] [ALPHA] Tags of the Serverless Container Namespace
15+
[tags.{index}] Tags of the Serverless Container Namespace
1616
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1717

1818
FLAGS:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARGS:
1111
[description] Description of the namespace to update
1212
[secret-environment-variables.{index}.key]
1313
[secret-environment-variables.{index}.value]
14-
[tags.{index}] [ALPHA] Tags of the Serverless Container Namespace
14+
[tags.{index}] Tags of the Serverless Container Namespace
1515
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1616

1717
FLAGS:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ARGS:
2121
[secret-environment-variables.{index}.value]
2222
[http-option=enabled] Configure how HTTP and HTTPS requests are handled (unknown_http_option | enabled | redirected)
2323
[sandbox] Execution environment of the function (unknown_sandbox | v1 | v2)
24+
[tags.{index}] Tags of the Serverless Function
2425
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
2526

2627
FLAGS:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ARGS:
2121
[secret-environment-variables.{index}.value]
2222
[http-option] Configure how HTTP and HTTPS requests are handled (unknown_http_option | enabled | redirected)
2323
[sandbox] Execution environment of the function (unknown_sandbox | v1 | v2)
24+
[tags.{index}] Tags of the Serverless Function
2425
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
2526

2627
FLAGS:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARGS:
1212
[description] Description of the namespace
1313
[secret-environment-variables.{index}.key]
1414
[secret-environment-variables.{index}.value]
15-
[tags.{index}] [ALPHA] Tags of the Serverless Function Namespace
15+
[tags.{index}] Tags of the Serverless Function Namespace
1616
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1717

1818
FLAGS:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARGS:
1111
[description] Description of the namespace
1212
[secret-environment-variables.{index}.key]
1313
[secret-environment-variables.{index}.value]
14-
[tags.{index}] [ALPHA] Tags of the Serverless Function Namespace
14+
[tags.{index}] Tags of the Serverless Function Namespace
1515
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1616

1717
FLAGS:
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
2+
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3+
This command opens the current settings of your RDB instance in your $EDITOR.
4+
You can modify the values and save the file to apply the new configuration.
5+
6+
USAGE:
7+
scw rdb setting edit <instance-id ...> [arg=value ...]
8+
9+
EXAMPLES:
10+
Edit instance settings in YAML
11+
scw rdb setting edit 12345678-1234-1234-1234-123456789abc --region=fr-par --mode=yaml
12+
13+
Edit instance settings in JSON
14+
scw rdb setting edit 12345678-1234-1234-1234-123456789abc --region=fr-par --mode=json
15+
16+
ARGS:
17+
instance-id ID of the instance
18+
[mode=yaml] marshaling used when editing data (yaml | json)
19+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
20+
21+
FLAGS:
22+
-h, --help help for edit
23+
24+
GLOBAL FLAGS:
25+
-c, --config string The path to the config file
26+
-D, --debug Enable debug mode
27+
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
28+
-p, --profile string The config profile to use

cmd/scw/testdata/test-all-usage-rdb-setting-usage.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ USAGE:
1212
AVAILABLE COMMANDS:
1313
add Add Database Instance advanced settings
1414
delete Delete Database Instance advanced settings
15+
edit Edit Database Instance settings in your default editor
1516
set Set Database Instance advanced settings
1617

1718
FLAGS:

0 commit comments

Comments
 (0)