forked from achernya/sql-remctl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp
More file actions
executable file
·17 lines (17 loc) · 787 Bytes
/
help
File metadata and controls
executable file
·17 lines (17 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
cat <<EOF
Usage: remctl sql.mit.edu <command> <subcommand> <target> [..args..]
Commands:
account create - create a sql.mit.edu account
account delete - delete a sql.mit.edu account
account is-auth - check if you're authorized on the specified account
account whoami - check who the sql.mit.edu server thinks you are
database create - create the specified database
database drop - drop the specified database
database list - list all of the user's databases
password generate - generate and set a new random password
password set - change account password as specified
profile get - get the account's profile (name and contact address)
profile set - set the account's profile
help - print this help
EOF