@ms2data/cred-cli
v0.1.2
Published
A cli for Credible's package management.
Keywords
Readme
MS2 CLI
Overview
This directory contains a simple CLI to create, update, delete, and list projects, packages, and versions in the MS2 Semantic Model Service.
Build and Run Instructions
To build the CLI:
npm run buildTo install the CLI globally:
sudo npm install -g .Once the CLI is install, you can login and set your default project:
cred login kjnesbit
cred set project malloy-samplesThen start publishing packages by changing to a package directory and running:
cred publishYou can run the following command to get help on other commands:
cred --help