From b7d449eebd88de579ac30283e63aeacddc8bc74a Mon Sep 17 00:00:00 2001 From: Annu Singh Date: Mon, 1 Apr 2024 13:16:36 +0530 Subject: [PATCH] adding cli repo Signed-off-by: Annu Singh --- daprdocs/content/en/contributing/contributing-overview.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daprdocs/content/en/contributing/contributing-overview.md b/daprdocs/content/en/contributing/contributing-overview.md index e14567402a3..4e84c5071ce 100644 --- a/daprdocs/content/en/contributing/contributing-overview.md +++ b/daprdocs/content/en/contributing/contributing-overview.md @@ -26,6 +26,8 @@ See the [Dapr community repository](https://github.com/dapr/community) for more 5. **SDKs**: Dapr SDKs provide libraries for various programming languages to interact with Dapr. You can contribute by improving SDK functionalities, fixing bugs, or adding support for new features. Please see the [contribution guidelines]({{< ref sdk-contrib >}}) for specific SDKs. +6. **CLI**: Dapr cli sets up Dapr on a local dev machine or a Kubernetes cluster for launching and managing Dapr instances. Contributions to the CLI repository include adding new features, fixing bugs, improving usability, and ensuring compatibility with the latest Dapr releases. Please see the [Development Guide](https://github.com/dapr/cli/blob/master/docs/development/development.md) for help in getting started with developing the Dapr cli. + ## Issues ### Issue types