Run it in a configured project and it will print out information about who you currently are. It will use the env vars (similar to how the dev command does) and the trigger.dev config data in package.json to print out useful information about the current setup. Some prior art:
https://devcenter.heroku.com/articles/heroku-cli-commands#heroku-auth-whoami
https://vercel.com/docs/cli/whoami
TRI-1006
Run it in a configured project and it will print out information about who you currently are. It will use the env vars (similar to how the dev command does) and the
trigger.devconfig data in package.json to print out useful information about the current setup. Some prior art:https://devcenter.heroku.com/articles/heroku-cli-commands#heroku-auth-whoami
https://vercel.com/docs/cli/whoami
TRI-1006