From 7367cf125bd6243f16bb5deb93398e6fa06308b8 Mon Sep 17 00:00:00 2001 From: Dmitry Shmulevich Date: Tue, 3 Aug 2021 15:09:10 -0700 Subject: [PATCH] update dapr cli overview --- daprdocs/content/en/reference/cli/cli-overview.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/daprdocs/content/en/reference/cli/cli-overview.md b/daprdocs/content/en/reference/cli/cli-overview.md index a7192bddb..db45856d6 100644 --- a/daprdocs/content/en/reference/cli/cli-overview.md +++ b/daprdocs/content/en/reference/cli/cli-overview.md @@ -24,6 +24,7 @@ Usage: dapr [command] Available Commands: + build-info Print build info of Dapr CLI and runtime completion Generates shell completion scripts components List all Dapr components. Supported platforms: Kubernetes configurations List all Dapr configurations. Supported platforms: Kubernetes @@ -37,13 +38,14 @@ Available Commands: publish Publish a pub-sub event. Supported platforms: Self-hosted run Run Dapr and (optionally) your application side by side. Supported platforms: Self-hosted status Show the health status of Dapr services. Supported platforms: Kubernetes - stop Stop Dapr instances and their associated apps. . Supported platforms: Self-hosted + stop Stop Dapr instances and their associated apps. Supported platforms: Self-hosted uninstall Uninstall Dapr runtime. Supported platforms: Kubernetes and self-hosted upgrade Upgrades a Dapr control plane installation in a cluster. Supported platforms: Kubernetes Flags: - -h, --help help for dapr - -v, --version version for dapr + -h, --help help for dapr + --log-as-json Log output in JSON format + -v, --version version for dapr Use "dapr [command] --help" for more information about a command. ``` @@ -52,6 +54,7 @@ Use "dapr [command] --help" for more information about a command. You can learn more about each Dapr command from the links below. + - [`dapr build-info`]({{< ref dapr-build-info.md >}}) - [`dapr completion`]({{< ref dapr-completion.md >}}) - [`dapr components`]({{< ref dapr-components.md >}}) - [`dapr configurations`]({{< ref dapr-configurations.md >}})