0.0.3 • Published 3 months ago
ms2pm v0.0.3
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 build
To install the CLI globally:
sudo npm install -g .
Once the CLI is install, you can login and set your default project:
ms2pm login kjnesbit
ms2pm set-project malloy-samples
Then start publishing packages by changing to a package directory and running:
ms2pm publish
You can run the following command to get help on other commands:
ms2pm --help