https://github.com/malloydata/malloy-cli
A command-line interface for executing Malloy and SQL
https://github.com/malloydata/malloy-cli
data data-modeling transformation
Last synced: 3 months ago
JSON representation
A command-line interface for executing Malloy and SQL
- Host: GitHub
- URL: https://github.com/malloydata/malloy-cli
- Owner: malloydata
- License: mit
- Created: 2023-06-13T14:46:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-15T16:35:01.000Z (5 months ago)
- Last Synced: 2025-07-04T03:03:48.217Z (3 months ago)
- Topics: data, data-modeling, transformation
- Language: TypeScript
- Homepage:
- Size: 5.11 MB
- Stars: 8
- Watchers: 6
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
Awesome Lists containing this project
README
# malloy-cli
Run Malloy or MalloySQL from the command line!
## Installation
```shell
npm install -g @malloydata/cli
```## Use
```shell
npx malloy-cli ...
```Documentation is available on the [Malloy documentation website](https://malloydata.github.io/documentation/malloy_cli/index).