Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

Commands

CommandDescription
loginAuthenticate to Mellon with device flow
logoutRemove saved auth for a scope
meShow current user info
setupSave default project and env for the current directory (stored in ~/.mellon, not in the repo)
statusExplain configuration and test scoped access without exposing values
discoverFind Doppler and Mellon consumers without reading secret values
runRun a command with secrets injected
secretsList secrets for the configured env
secrets getGet a secret value
secrets setSet a secret value (omit value for a masked prompt or stdin)
secrets deleteDelete a secret
secrets downloadDownload all secrets in a chosen format
sync cloudflareReview and synchronize secrets with a Cloudflare Worker
keys rotateRe-encrypt stored ciphertext with the active key
backupCreate, verify, and restore encrypted D1 backups
GitHub ActionsUse a scoped, expiring Mellon token in GitHub Actions
Xcode CloudUse Mellon from an Xcode Cloud post-clone script
orgsList organizations
orgs createCreate an organization
projectsList projects across organizations
projects createCreate a project
projects getGet project details
projects updateUpdate a project
projects deleteDelete a project
environmentsList envs for the configured project
environments createCreate an env
environments getGet env details by id or slug
environments renameRename an env by id or slug
environments deleteDelete an env by id or slug
self-hostDeploy Mellon to your own Cloudflare account (npm package only)

Global Options

OptionDescription
-h, --helpDisplay this message
-v, --versionDisplay version number
--token [token]Auth token override
--api-url [url]API URL override (default: https://mellon.jsj.sh)