tmppr Cloud
tmppr Cloud adds hosted repositories, managed runners, and agent dispatch on top of your local setup. Same CLI, same workflow — plus a place your team and your agents can share.
Sign in
Pick a plan on the pricing section. After checkout, the thank-you page shows a one-time token. Connect your CLI with it:
tmppr cloud login --token <token>
Running tmppr cloud login without --token
starts an email-code login instead. Then verify:
tmppr cloud status # plan, entitlements, runner-minute usage
tmppr cloud whoami # which account the stored token belongs to
tmppr cloud logout # remove the locally stored token
Hosted repositories
Cloud repos speak regular git over smart HTTP. Install the credential helper once and pushes authenticate with your Cloud token:
tmppr cloud git-credential install
You can also run one-off commands on the managed runner pool and stream the logs back:
tmppr cloud run "pnpm test" --env NODE_ENV=test
Orgs and invitations
Your account is an org — the boundary for billing, members, and repos. Invite people by email; membership starts only when they accept.
tmppr org invite <org> dev@example.com --role member
tmppr org invitations <org> # list pending invitations
tmppr org cancel-invite <org> <id>
tmppr org accept <id> # run by the invitee
tmppr org members <org>
Teams
Teams group members inside an org and carry repo access. Teams can nest under a parent team and inherit access downward.
tmppr team create <org> platform
tmppr team add-member <team> <user> --role maintainer
# presets: read | triage | write | maintain | admin
tmppr team grant <team> <repo> write
tmppr team revoke <team> <repo>
Roles
- Org roles —
ownerandmember. - Team roles —
memberandmaintainer. - Repo access presets —
read,triage,write,maintain,admin, granted to teams or collaborators. - Custom roles — define named permission sets with
tmppr role createand assign them withtmppr role assign.
Plans and seats
| Plan | Price | Seats | Runner minutes included |
|---|---|---|---|
| Cloud Pro | $20/month | 1 | 200 |
| Team Cloud | $199/month | 5 | 1,000 |
| Business Cloud | $799/month | 20 | 5,000 |
Full plan details are on the pricing page. Runner minutes beyond the included amount bill at $0.10/minute — see Runners.