-
Notifications
You must be signed in to change notification settings - Fork 192
Commandline Tools Refresh
rfecher edited this page Feb 10, 2016
·
13 revisions
We are migrating our commandline tools to JCommander and considering ways to make it more interactive and intuitive.
We will create a temp directory with cached information that can be re-used across command line runs ('.geowave directory').
'addstore' 'addindex' 'set' 'get' 'list'
Subcommands
-
add <name> <options>
Will guide through unfulfilled options in a wizard. -f can be used to assume default values. -q can be used to -
rm <name>
Will ask if you're sure. -f will automatically do it. ls
Admittedly these examples are somewhat inspired by git.
geowave index add <name>
will take the user through an index configuration wizard
geowave store add <name>
will take the user through data store configuration
There will be other operations than 'add' such as 'list' and 'rm'