From 678ead0753a781a8970ffc30b01e5624a67325bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Tu=C4=9Frul=20P=C4=B1nar?= Date: Fri, 5 Apr 2024 10:19:57 +0300 Subject: [PATCH] update(doc): README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d4bd14..468cc03 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Below is the list of commands currently supported by Appcircle CLI: | `appcircle help [commandName]` | Display help for command | | `appcircle config [argument] [options]` | View and edit Appcircle CLI properties | | `appcircle login [--pat]` | Get an access token for the session | -| `appcircle organization [action] [options]` | Organization management (user, role) | +| `appcircle organization [action] [options]` | Manage organization users, roles, and details | | `appcircle listBuildProfiles` | Get the list of build profiles | | `appcircle listDistributionProfiles` | Get the list of distribution profiles | | `appcircle listBuildProfileWorkflows [--profileId]` | Get the list of workflows for the profile |