@mobiusdt/mb
v0.1.0
Published
Mobius CLI — push schemas, manage governance, authenticate with Mobius
Maintainers
Readme
@mobius/mb
The official Mobius CLI. Push schemas, manage governance, and authenticate with your Mobius workspace from the terminal.
Installation
npm install -g @mobius/mbQuick start
1. Authenticate
mb auth set --token <your-api-token> --base https://your-workspace.mobius.appConfirm your identity:
mb auth status
mb whoami2. Push a schema
mb push schema.jsonMobius infers the file type automatically. Supported formats: JSON, CSV, YAML.
3. List connectors
mb connectors listCommands
| Command | Description |
|---|---|
| mb auth set | Save an API token and base URL to ~/.mb/config.json |
| mb auth status | Show the currently configured workspace and token status |
| mb whoami | Confirm the authenticated identity against the server |
| mb push <file> | Push a schema file to Mobius for governance processing |
Run mb --help or mb <command> --help for full flag reference.
Configuration
Credentials are stored in ~/.mb/config.json. Do not commit this file.
Documentation
Full documentation is available at docs.mobius.app.
License
MIT
