ohmyzsh/plugins/dapr/README.md
2021-12-30 15:51:04 +08:00

9 lines
455 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Dapr CLI
The [Dapr CLI](https://docs.dapr.io/getting-started/install-dapr-cli/) is the main tool youll be using for various Dapr related tasks. You can use it to run an application with a Dapr sidecar, as well as review sidecar logs, list running services, and run the Dapr dashboard. The Dapr CLI works with both self-hosted and Kubernetes environments.
To use it, add `dapr` to the plugins array of your zshrc file:
```sh
plugins=(... dapr)
```