Skip to content

Instantly share code, notes, and snippets.

@Sutto
Created September 6, 2009 08:48
Show Gist options
  • Save Sutto/181719 to your computer and use it in GitHub Desktop.
Save Sutto/181719 to your computer and use it in GitHub Desktop.
GitAuth v0.0.4.1
Usage:
add-group NAME [OPTIONS] - Creates a group with a given name
add-repo NAME [PATH=NAME] [OPTIONS] - Creates a named repository, with an optional path on the file system
add-user NAME PATH-TO-PUBLIC-KEY [OPTIONS] - Creates a user with a given public key
install [OPTIONS] - Sets up GitAuth for the current user
ls-groups [OPTIONS] - Lists all groups currently managed by gitauth
ls-repos [OPTIONS] - Lists all repositories currently managed by gitauth
ls-users [OPTIONS] - Lists all users currently managed by gitauth
permissions REPOSITORY USER-OR-GROUP [OPTIONS] - Gives a specific user or group the specified permissions to a given repository - pass '-h' for more information
rm-group NAME [OPTIONS] - Removes the specified group
rm-repo NAME [OPTIONS] - Removes the specified repo
rm-user NAME [OPTIONS] - Removes the specified user
show-group NAME [OPTIONS] - Shows information for a group with a given name
show-repo NAME [OPTIONS] - Shows information for a repository with a given name
show-user NAME [OPTIONS] - Shows details for a user with a specific name
usage [OPTIONS] - Prints out the sample usage instructions
web-app [PATH] [OPTIONS] - Starts the gitauth frontend using the default sintra runner
Please note: you can pass -h / --help to any command for more specific help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment