Skip to content

Commit

Permalink
chore(changelog): clarify 2.8 command changes in changelog (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske authored Nov 3, 2023
1 parent 5e3df39 commit 7e27891
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,15 @@ information on this and other APIOps commands, see the
- The top-level CLI commands have been restructured. All commands now live under 2
subcommands (`gateway` and `file`) to clarify their use and (in the future) reduce the clutter of
the many global flags only relevant to a few commands.
The new commands are more unix-like, and preferably default to stdin/stdout and no longer to "`kong.yaml`".
Using the old commands will still work but
will print a deprecation notice. Please update your usage to the new commands.
[#962](https://github.com/Kong/deck/pull/962)
The new commands are more unix-like;

- default to `stdin`/`stdout` and no longer to "`kong.yaml`"
- the `-s` / `--state` flag is gone, files can be listed without the flag
- the `--online` flag for `validate` is gone; use `gateway validate` for online, `file validate` for local.

PR [#962](https://github.com/Kong/deck/pull/962)

## [v1.27.1]

Expand Down

0 comments on commit 7e27891

Please sign in to comment.