This would probably require work on the api side too, but it would be great if, on the CLI that ships with this npm now, you could do something like transloadit auth login, and a browser opens, a code is entered, CLI specific auth keys are created/downloaded to .env.
Exit: Convex has:
npm create convex@latest
Potentially we can have something similar.
TODO (auth + onboarding)
This would probably require work on the api side too, but it would be great if, on the CLI that ships with this npm now, you could do something like
transloadit auth login, and a browser opens, a code is entered, CLI specific auth keys are created/downloaded to.env.Exit: Convex has:
npm create convex@latestPotentially we can have something similar.
TODO (auth + onboarding)
transloadit auth login(device code flow) and save keys to.envand~/.transloadit.npm create transloaditscaffold that:1) opens browser login,
2) waits for code entry,
3) writes
.env,4) validates a demo Assembly.
TRANSLOADIT_KEY/SECRETenv).