@maravilla-labs/cli
v0.1.10
Published
NPM wrapper for the Maravilla CLI binary; downloads the right release for your platform.
Readme
Maravilla CLI
The official Maravilla command‑line tool.
Preview (early access)
This package is being published for testing and early feedback. It’s not yet generally available and may change without notice. Not for production use. We welcome feedback and bug reports.
Install
npm install -g @maravilla-labs/cli
# or
pnpm add -g @maravilla-labs/cli
# or
yarn global add @maravilla-labs/cliNote: To see installation progress with npm 7+, use the --foreground-scripts flag:
npm install -g @maravilla-labs/cli --foreground-scriptsVerify:
maravilla --versionUpdate
maravilla updateWhat it does
- Develop: start a local dev server with hot reload.
- Build: produce optimized production artifacts for your app.
- Preview: run a local server to preview your production build.
- Platform tools: inspect status, browse KV and database collections.
- Self‑update: fetch and install the latest CLI release.
Supported platforms
- Linux x64 (GNU)
- macOS x64 and arm64
- Windows x64
For other platforms and release notes, visit the Maravilla CLI releases page.
