mirror of https://github.com/dapr/docs.git
update dapr cli overview
This commit is contained in:
parent
d9afa9f79a
commit
7367cf125b
|
|
@ -24,6 +24,7 @@ Usage:
|
||||||
dapr [command]
|
dapr [command]
|
||||||
|
|
||||||
Available Commands:
|
Available Commands:
|
||||||
|
build-info Print build info of Dapr CLI and runtime
|
||||||
completion Generates shell completion scripts
|
completion Generates shell completion scripts
|
||||||
components List all Dapr components. Supported platforms: Kubernetes
|
components List all Dapr components. Supported platforms: Kubernetes
|
||||||
configurations List all Dapr configurations. Supported platforms: Kubernetes
|
configurations List all Dapr configurations. Supported platforms: Kubernetes
|
||||||
|
|
@ -37,12 +38,13 @@ Available Commands:
|
||||||
publish Publish a pub-sub event. Supported platforms: Self-hosted
|
publish Publish a pub-sub event. Supported platforms: Self-hosted
|
||||||
run Run Dapr and (optionally) your application side by side. 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
|
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
|
uninstall Uninstall Dapr runtime. Supported platforms: Kubernetes and self-hosted
|
||||||
upgrade Upgrades a Dapr control plane installation in a cluster. Supported platforms: Kubernetes
|
upgrade Upgrades a Dapr control plane installation in a cluster. Supported platforms: Kubernetes
|
||||||
|
|
||||||
Flags:
|
Flags:
|
||||||
-h, --help help for dapr
|
-h, --help help for dapr
|
||||||
|
--log-as-json Log output in JSON format
|
||||||
-v, --version version for dapr
|
-v, --version version for dapr
|
||||||
|
|
||||||
Use "dapr [command] --help" for more information about a command.
|
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.
|
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 completion`]({{< ref dapr-completion.md >}})
|
||||||
- [`dapr components`]({{< ref dapr-components.md >}})
|
- [`dapr components`]({{< ref dapr-components.md >}})
|
||||||
- [`dapr configurations`]({{< ref dapr-configurations.md >}})
|
- [`dapr configurations`]({{< ref dapr-configurations.md >}})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue