@wudenggao123456/march
v0.1.2
Published
Manage Codex, OpenCode, and OpenClaw provider configurations for the March relay.
Maintainers
Readme
march
march is a Node.js CLI that writes local provider settings for:
- Codex
- OpenCode
- OpenClaw
It is designed around one relay brand:
- Provider name:
march - Codex/OpenCode base URL:
https://gmncode.cn - OpenClaw base URL:
https://gmncode.cn/v1
Install
npm install -g @wudenggao123456/marchQuick setup
Interactive:
marchThis now starts the quick installer directly.
Non-interactive:
march setup -k sk-your-keyCommands
march
march menu
march setup
march probe -u https://gmncode.cn
march cx list
march cx add
march cx use march
march oc list
march ow listNotes
- Config store:
~/.march/*.json - Backups:
~/.march/backups/ - Codex targets:
~/.codex/config.toml,~/.codex/auth.json - OpenCode target:
~/.config/opencode/opencode.json - OpenClaw targets:
~/.openclaw/openclaw.json,~/.openclaw/agents/main/agent/models.json - Set
MARCH_HOMEto test in an isolated home directory
