aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index 460bae0..ecc1d86 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
This is tool to query Atlassian Crowd server via command line.
-Commands supported:
+Use --help for commands and options info. Commands supported:
user, group
Query user/group info.
@@ -19,3 +19,11 @@ members
Query group's members - both users and groups.
ismember
Check if given user is member of given group.
+
+Example:
+
+./crowd-tool -u <crowd-user> -P groupusers infrastructure
+
+Replace <crowd-user> with your Crowd access ("application") credentials.
+-P switch will cause for password prompt for that user. The command will
+list users which are direct members of "infrastructure" Crowd group.