0.8.0 • Published 13 days ago

@gooddata/code-cli v0.8.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
13 days ago

The GoodData Command-line Interface (CLI) lets you easily sync your local environment with the server. It is mainly aimed at the usage in CI/CD pipelines.

GoodData CLI is available for you to try out and provide feedback. As it is still in beta, avoid using it in production.

Getting Started

This README offers a brief overview of the CLI tool without a detailed Getting Started guide. For a comprehensive introduction and walkthrough, please visitGet Started with GoodData for VS Code.

Installation

To install, simply run npm i -g @gooddata/code-cli in your terminal.

Now you should have a new CLI command available, try running gd -v and you should get something along the lines of 0.5.0.

There is a known overlap with OMZ default aliases. Instead of gd version (0.5.0), you might see: error: unknown switch ‘v’ usage: git diff --no-index [<options>] <path> <path> If you do, try to run unalias gd and try to run gd -v again. If you play using GoodData CLI, consider adding this line to your .zshrc (or another) profile file, as otherwise it will not persist between sessions.

Options

OptionDescription
-h or --helpDisplay the usage information.
-v or --versionShow GoodData CLI version.

Commands

CommandDescription
initInitialize a local GoodData environment.
cloneClone analytical objects from the workspace.
deployDeploy analytical objects to GoodData.
validateValidate local environment.
helpDisplay the usage information.
0.8.0

13 days ago

0.7.0

2 months ago

0.6.0

3 months ago

0.5.0

3 months ago

0.4.1

4 months ago

0.4.0

4 months ago

0.3.2

4 months ago

0.3.1

5 months ago

0.3.0

6 months ago

0.2.2

6 months ago

0.2.1

7 months ago

0.2.0

7 months ago

0.1.0

10 months ago