|
3 | 3 | deck file convert [flags] |
4 | 4 |
|
5 | 5 | Flags: |
6 | | - --format string output file format: json or yaml. (default "yaml") |
7 | | - --from string format of the source file, allowed formats: [kong-gateway kong-gateway-2.x 2.8 3.4 3.10] |
8 | | - -h, --help help for convert |
9 | | - --input-file - configuration file to be converted. Use - to read from stdin. (default "-") |
10 | | - --no-expand-env-vars do not expand {% raw %}${{ env "DECK_VAR_NAME" }}{% endraw %} placeholders in the output. |
11 | | - -o, --output-file - file to write configuration to after conversion. Use - to write to stdout. (default "-") |
12 | | - --to string desired format of the output, allowed formats: [konnect kong-gateway-3.x 3.4 3.10 3.14] |
13 | | - --yes yes assume yes to prompts and run non-interactively. |
| 6 | + -W, --errors-as-warnings string Treat the given comma-separated diagnostic codes as warnings. |
| 7 | + --format string output file format: json or yaml. (default "yaml") |
| 8 | + --from string format of the source file, allowed formats: [kong-gateway kong-gateway-2.x 2.8 3.4 3.10] |
| 9 | + -h, --help help for convert |
| 10 | + --input-file - configuration file to be converted. Use - to read from stdin. (default "-") |
| 11 | + --no-expand-env-vars do not expand {% raw %}${{ env "DECK_VAR_NAME" }}{% endraw %} placeholders in the output. |
| 12 | + -o, --output-file - file to write configuration to after conversion. Use - to write to stdout. (default "-") |
| 13 | + --to string desired format of the output, allowed formats: [konnect kong-gateway-3.x 3.4 3.10 3.14] |
| 14 | + -E, --warnings-as-errors string Treat the given comma-separated diagnostic codes as errors. |
| 15 | + --yes yes assume yes to prompts and run non-interactively. |
14 | 16 |
|
15 | 17 | ``` |
0 commit comments