Skip to content

Instantly share code, notes, and snippets.

@abutcher
Created June 18, 2012 23:40
Show Gist options
  • Select an option

  • Save abutcher/2951453 to your computer and use it in GitHub Desktop.

Select an option

Save abutcher/2951453 to your computer and use it in GitHub Desktop.
cjesop
<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