From 7e278911a5eb1baec3e3c3c0efa4050e8c90276e Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Fri, 3 Nov 2023 14:06:07 +0100 Subject: [PATCH] chore(changelog): clarify 2.8 command changes in changelog (#1081) --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39fec7200..3d4e2dd5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]