Introduction
The Metadb CLI provides a comprehensive set of commands for managing your Metadb data platform. All commands follow the pattern:Available Commands
init
Initialize a new Metadb instance
start / stop
Start and stop the Metadb server
sync / endsync
Manage data source synchronization
upgrade
Upgrade to the latest Metadb version
Global Options
Most commands support these common options:Data directory path for the Metadb instance
Enable verbose output for detailed logging
Enable extremely verbose output (development mode only)
Getting Help
For detailed help on any command:Version Information
Check your installed Metadb version:The CLI requires the data directory to be specified for most operations using the
-D or --dir flag.Environment Variables
Controls color output in terminal. Options:
always, auto, or neverSet to
on to enable development mode with additional debugging options