@wrkrdev/cli
v0.1.0
Published
CLI for the current Wrkr /v1 operator auth, project lookup, and deployment rollout surface.
Downloads
53
Maintainers
Readme
@wrkrdev/cli
CLI for the current public Wrkr /v1 operator auth, project lookup, and deployment rollout surface.
Install
bun add -g @wrkrdev/cliThis package installs the wrkr executable from compiled output with a #!/usr/bin/env node shebang. You can also run it without installing globally via bunx @wrkrdev/cli --help.
Quick start
WRKR_TOKEN=wrkr_pat_xxx \
wrkr projects list --base-url https://wrkr.devSupported surface
wrkr auth session,wrkr auth exchange, andwrkr auth revoke.wrkr auth pats list,wrkr auth pats create, andwrkr auth pats revoke.wrkr projects list.wrkr deployments list.wrkr deployments releases listandwrkr deployments releases create.wrkr deployments bindings list,create,promote, androllback.- Global auth/config flags:
--base-url,--token, and--cookie, plusWRKR_BASE_URL,WRKR_TOKEN,WRKR_PAT, andWRKR_COOKIE. - Output behavior: JSON to stdout, structured error JSON to stderr, and exit code
1on failure.
Out of scope
- Project mutation beyond listing.
- Worker runtime, workspaces, and direct internal-service access.
- Shell completions, interactive prompts, config files, or browser-only flows.
License
Apache-2.0.
