pathways-cli
v0.0.1
Published
A cli for Malloy package management.
Downloads
9
Readme
Package Management CLI
Overview
This directory contains a simple CLI to create, update, delete, and list projects, packages, and versions in the Pathways 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 run the following to get help on how to use the CLI.
pathways --help