@summa-ledger/cli
v0.2.2
Published
> **Warning** > This package is under active development and in a **highly experimental stage**. APIs may change without notice. Extensive testing is still pending — **do not use in production** until a stable release is announced.
Readme
@summa-ledger/cli
Warning This package is under active development and in a highly experimental stage. APIs may change without notice. Extensive testing is still pending — do not use in production until a stable release is announced.
Command-line interface for the Summa ledger.
Installation
npm install -g @summa-ledger/cliUsage
# Initialize a new Summa project
summa init
# Generate migrations and types
summa generate
# Run database migrations
summa migrate
# Check ledger status
summa status
# Verify ledger integrity
summa verify
# Show environment info
summa info
# Manage secrets
summa secret
# Toggle anonymous telemetry
summa telemetry on|offOptions
summa --cwd <dir> # Set working directory
summa -c, --config <path> # Path to summa config file
summa -v, --version # Show versionDocumentation
Full documentation available at https://summa.dev.
License
MIT
