Created
June 18, 2012 23:40
-
-
Save abutcher/2951453 to your computer and use it in GitHub Desktop.
cjesop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <abutcher>@(lovecoo)[~/rhat/juicer/juicer/admin] 19:39:21 (juicer-admin⚡) | |
| $ juicer-admin create-user --name "Colonel Jesop" --login cjesop --password cjesop | |
| Successfully created user `Colonel Jesop` with login `cjesop` | |
| <abutcher>@(lovecoo)[~/rhat/juicer/juicer/admin] 19:39:30 (juicer-admin⚡) | |
| $ juicer-admin show-user cjesop | |
| {"_id": "34252863-fb1e-4395-bcbd-7d5d9b3cff0d", "name": "Colonel Jesop", "roles": [], "_ns": "users", "login": "cjesop", "id": "34252863-fb1e-4395-bcbd-7d5d9b3cff0d"} | |
| <abutcher>@(lovecoo)[~/rhat/juicer/juicer/admin] 19:39:39 (juicer-admin⚡) | |
| $ juicer-admin delete-user cjesop | |
| Successfuly deleted user with login `cjesop` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment