🛠️ zms init
Initializes the local ZMS environment, database schema, and Master Keys. This is the first command you should run after installation.
zms init🚀 zms start
Starts the ZMS Unified Engine (API, Dashboard, and MCP Bridge).
zms start [--port <number>]--port: (Optional) The port to listen on. Defaults to3030.
🏃 zms run
Runs a command while automatically injecting secrets from the ZMS Vault into the process environment.
zms run [--project <id>] [--service <name>] [--env <name>] [--token <string>] -- <command>--project: (Optional) The target project ID. Auto-detected if a scopedZMS_TOKENis present in.env.--env: (Optional) Environment name (default:production).--token: (Optional) API Access Token.
🔍 zms status
Checks the current status of the ZMS server and database connection.
zms status🛑 zms stop
Stops the running ZMS Unified Engine.
zms stop🧹 zms reset
Clears all local data, including the database and Master Keys. WARNING: IRREVERSIBLE.
zms reset [--force]