You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command validates the configuration of your Scaleway CLI tool.
4
+
5
+
It performs the following checks:
6
+
7
+
- YAML syntax correctness: It checks whether your config file is a valid YAML file.
8
+
- Field validity: It checks whether the fields present in the config file are valid and expected fields. This includes fields like AccessKey, SecretKey, DefaultOrganizationID, DefaultProjectID, DefaultRegion, DefaultZone, and APIURL.
9
+
- Field values: For each of the fields mentioned above, it checks whether the value assigned to it is valid. For example, it checks if the AccessKey and SecretKey are non-empty and meet the format expectations.
10
+
11
+
The command goes through each profile present in the config file and validates it.
12
+
13
+
USAGE:
14
+
scw config validate
15
+
16
+
FLAGS:
17
+
-h, --help help for validate
18
+
19
+
GLOBAL FLAGS:
20
+
-c, --config string The path to the config file
21
+
-D, --debug Enable debug mode
22
+
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
This command validates the configuration of your Scaleway CLI tool.
284
+
285
+
It performs the following checks:
286
+
287
+
- YAML syntax correctness: It checks whether your config file is a valid YAML file.
288
+
- Field validity: It checks whether the fields present in the config file are valid and expected fields. This includes fields like AccessKey, SecretKey, DefaultOrganizationID, DefaultProjectID, DefaultRegion, DefaultZone, and APIURL.
289
+
- Field values: For each of the fields mentioned above, it checks whether the value assigned to it is valid. For example, it checks if the AccessKey and SecretKey are non-empty and meet the format expectations.
290
+
291
+
The command goes through each profile present in the config file and validates it.
292
+
293
+
This command validates the configuration of your Scaleway CLI tool.
294
+
295
+
It performs the following checks:
296
+
297
+
- YAML syntax correctness: It checks whether your config file is a valid YAML file.
298
+
- Field validity: It checks whether the fields present in the config file are valid and expected fields. This includes fields like AccessKey, SecretKey, DefaultOrganizationID, DefaultProjectID, DefaultRegion, DefaultZone, and APIURL.
299
+
- Field values: For each of the fields mentioned above, it checks whether the value assigned to it is valid. For example, it checks if the AccessKey and SecretKey are non-empty and meet the format expectations.
300
+
301
+
The command goes through each profile present in the config file and validates it.
0 commit comments