You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(webapp): seed a local CLI personal access token
Getting the CLI talking to a local instance meant the browser magic-link
login, which is no good when you're driving things headlessly (an agent, a
container, or just no browser to hand). The seed already prints dev secret
keys for the batch-limit orgs, so it now also mints a personal access token
for the seeded local@trigger.dev user and prints a ready-to-run
TRIGGER_ACCESS_TOKEN export next to them.
Re-seeding stays idempotent: it decrypts and reprints the existing
local-dev-cli token rather than piling up a new one on every run.
0 commit comments