I tried the command below:
box tokens:get
And got this error:
Enterprise id must be passed
From the CLI --help, the closest argument is user Id. So I tried:
box tokens:get -u 12345678
And got this error:
Must provide app auth configuration to use JWT Grant
How to I feed the app auth to tokens:get?



