From a5bd875ac64d47917a60a60dd800cdbec0ebf82f Mon Sep 17 00:00:00 2001 From: John Poyser <13007391+jcpoyser@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:58:35 -0700 Subject: [PATCH] Update changelog.md - added 'czctl daemon' list of new commands was missing new 'daemon' command --- docs/references/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/changelog.md b/docs/references/changelog.md index f6188fd5..e69f6b1b 100644 --- a/docs/references/changelog.md +++ b/docs/references/changelog.md @@ -30,7 +30,7 @@ The 2.7.0 CLI does not provide access to the Service Catalog in the Hub. To acce * _Easy_ Test connect to Variants+ - (one-click copy of curl command when clicking on a user’s Variant in the Service Catalog) * The Daemon now runs as a background service and is automatically started on startup. -* New CLI commands: `czctl consume all`, `czctl consume clear` and `czctl services list`. +* New CLI commands: `czctl consume all`, `czctl consume clear`, `czctl daemon` and `czctl services list`. * `czctl services list` provides your cluster service details in the terminal! * Deprecated commands: `czctl options` and `czctl organization clear`. * Improved connection stability.