
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@verbumia/cli
Advanced tools
Command-line interface for Verbumia translation management. Sits next to the API and the React SDK; calls into the public HTTP surface using a Verbumia API key.
npm install -g @verbumia/cli
# or
npx @verbumia/cli --help
# 1. Authenticate against the cloud (or your self-hosted instance)
verbumia login --host https://api.verbumia.ca --token vrb_live_<prefix>.<secret>
# 2. Bind the current directory to a project
verbumia init --project 069fc15d-… --version main
# 3. Run a command
verbumia keys list
Two files are involved:
verbumia.config.json — per-project, committed to the repo.
Contains the host + project_uuid + version_slug. Any command resolves
it by walking up from the current directory.
~/.verbumia/credentials — per-user, never committed.
JSON file with mode 0600 keyed by host so the same user can hold
credentials for multiple Verbumia deployments simultaneously
(e.g. cloud + local dev + self-hosted prod). The currently active
host is recorded as default.
The credentials file shape:
{
"default": "https://api.verbumia.ca",
"hosts": {
"https://api.verbumia.ca": { "api_key": "vrb_live_…", "user_email": "…" },
"https://api.dev.verbumia.ca": { "api_key": "vrb_live_…" }
}
}
| Command | Purpose |
|---|---|
login | Store an API key for a host |
logout | Remove credentials for a host |
whoami | Show the active host + masked key |
init | Scaffold verbumia.config.json in the current dir |
keys list | List keys for the configured project |
The CLI is intentionally minimal in V1; richer commands
(keys pull, keys push, releases, import, export) ship in V1.1.
Every API call emits Authorization: ApiKey <prefix>.<secret> (capital A,
lowercase k). Required scopes vary by command — project:read for keys list, project:write for any future mutation command. Configure scopes
when generating the key in the dashboard at Org Settings → API Keys.
MIT
FAQs
Command-line interface for Verbumia translation management.
The npm package @verbumia/cli receives a total of 0 weekly downloads. As such, @verbumia/cli popularity was classified as not popular.
We found that @verbumia/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.