aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-12-16 19:41:17 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-12-16 19:41:17 +0200
commit3ee5beb8d46b1f7ef42daf40b37489e5d82f8b11 (patch)
treec75d579da6904e3bf0c57ba5af28f20c42860e37
parent83d639b13a0c7bdedfc14b4a44d48e386d74a62a (diff)
Add example command.
-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.