From f04b616a58084d39512861e31c2584e66501c343 Mon Sep 17 00:00:00 2001 From: noor Date: Sun, 3 Oct 2021 12:57:36 +0530 Subject: [PATCH] option choice misspelled correction in -c, --components argument supported arguments are "all", "aad", "devops", "environment" changed from below ```bash coe aa4am install -c add ``` to ```bash coe aa4am install -c aad ``` --- coe-cli/docs/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coe-cli/docs/readme.md b/coe-cli/docs/readme.md index a6a4003c8..ed882ad47 100644 --- a/coe-cli/docs/readme.md +++ b/coe-cli/docs/readme.md @@ -54,7 +54,7 @@ Authentication for tasks is managed using the Azure CLI. Using standard az cli c ```bash az login -coe aa4am install -c add +coe aa4am install -c aad az logout ``` @@ -76,4 +76,4 @@ Further reading ## How does it work -Interested in learning how the CoE CLI works or want to extend the functionality? The [CLI Development](./cli-development/readme.md) provides the best place to start. \ No newline at end of file +Interested in learning how the CoE CLI works or want to extend the functionality? The [CLI Development](./cli-development/readme.md) provides the best place to start.