Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 861 Bytes

File metadata and controls

28 lines (19 loc) · 861 Bytes

GoodData Shell

CI

The GoodData Shell is a command line client for interacting with the GoodData Platform. It is built on the GoodData Java SDK and the Spring Shell.

Features

  • tab completions
  • command history
  • colorized output
  • script execution (run with --cmdfile file.txt command line argument or use script command)

Usage

  1. Download
  2. Run java -jar gooddata-shell-1.0-SNAPSHOT.jar
  3. Type help to get started

Develop

  1. mvn verify
  2. mvn exec:java

Update Driver

  1. mvn -f driver/pom.xml clean package
  2. commit new jar file