CLI
CLI Overview
Manage your Billwave configuration from the terminal
Billwave CLI
The Billwave CLI is the primary tool for managing your billing configuration. It allows you to synchronize your local catalog with the Billwave cloud, validate your configuration, and pull existing settings from your account.
Installation
The CLI is included with the billwave package, but you can also use it via npx:
npx @digvijay-x1/billwave-cli --helpOr install it globally:
npm install -g billwaveFeatures
- Project Initialization: Quickly set up a new Billwave project.
- Catalog Synchronization: Push your local
billwave.config.tsto the cloud. - Diff & Validation: Preview changes before applying them and ensure your configuration is valid.
- Local Development: Pull existing plans and features into your local environment.