Skip to content

Instantly share code, notes, and snippets.

@kendall
Created February 3, 2012 21:42
Show Gist options
  • Save kendall/1732851 to your computer and use it in GitHub Desktop.
Save kendall/1732851 to your computer and use it in GitHub Desktop.
Stardog 0.9 Admin Shell
-> % java -cp dist/lib/stardog-cli.jar com.clarkparsia.stardog.cli.console.StardogConsole
INFO: Stardog Server running on local:stardog
> help
Stardog 0.7.4 command line client
Type 'help <cmd>' or '<cmd> -h/--help' to print the usage information for a specific command
Available commands:
add
connect
create
disconnect
drop
explain
export
help
icv add
icv drop
icv remove
icv validate
list
login
logout
migrate
optimize
passwd
query
quit
remove
role add
role drop
role grant
role list
role permission
role revoke
search
server
status
user add
user drop
user edit
user grant
user list
user permission
user revoke
For more information on this library, visit the home page at http://stardog.com/docs/
For information on Stardog, please visit http://stardog.com
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment