This is GoodData command-line utility. The utility contains data modeling, transformation and loading functionality that work on top of the GoodData REST APIs.
See separate Windows and Unix instructions.
download and unpack the binary distribution:
Make sure that your JAVA_HOME environment variable points to your Java installation directory. Please note that only the Java versions 1.5 and 1.6 are currently supported.
run the gdi.sh without arguments to get help from the unpacked distribution:
$ ./bin/gdi.sh
usage: GdcDI
-h,--host <arg> GoodData host
-p,--password <arg> GoodData password
-u,--username <arg> GoodData username
[...]
download and unpack the binary distribution:
Make sure that your JAVA_HOME environment variable points to your Java installation directory. Please note that only the Java versions 1.5 and 1.6 are currently supported.
run the gdi.bat without arguments to get help from the unpacked distribution:
bin\gdi.bat
usage: GdcDI
-h,--host <arg> GoodData host
-p,--password <arg> GoodData password
-u,--username <arg> GoodData username
[...]
Please see the GoodData CL examples and documentation.