Skip to content

Commit

Permalink
add changes to convert
Browse files Browse the repository at this point in the history
  • Loading branch information
Guaris committed Oct 24, 2022
1 parent 3609138 commit 9104d03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/deck/reference/deck_convert.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,17 @@ deck convert [command-specific flags] [global flags]

`--output-file`
: file to write configuration to after conversion. Use `-` to write to stdout.
{% if_version gte:1.16.x %} (Default: `"kong.yaml"`){% endif_version %}

`--to`
: desired format of the output, allowed formats:
{% if_version gte:1.15.x %}[`konnect` `kong-gateway-3.x`]{% endif_version %}{%
if_version gte:1.7.x lte:1.14.x %}`konnect`{% endif_version %}

{% if_version gte: 1.16.x %}
`--yes`
: assume `yes` to prompts and run non-interactively. (Default: `false`)
{% endif_version %}

{% if_version gte:1.7.x %}

Expand Down

0 comments on commit 9104d03

Please sign in to comment.