Socket
Socket
Sign inDemoInstall

@gooddata/code-cli

Package Overview
Dependencies
0
Maintainers
46
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @gooddata/code-cli

GoodData CLI


Version published
Weekly downloads
19
increased by111.11%
Maintainers
46
Created
Weekly downloads
 

Readme

Source

GoodData Logo

GoodData CLI

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.

Keywords

FAQs

Last updated on 09 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc