mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Update the evals keygen command (#9754)
This commit is contained in:
parent
5b94eec473
commit
648e009b8d
1 changed files with 4 additions and 4 deletions
|
|
@ -649,12 +649,12 @@ export function NewRun() {
|
|||
</TooltipTrigger>
|
||||
<TooltipContent side="right" className="max-w-xs">
|
||||
<p>
|
||||
If you have access to the Roo Code Cloud repository, generate a
|
||||
token with:
|
||||
If you have access to the Roo Code Cloud repository and the
|
||||
decryption key for the .env.* files, generate a token with:
|
||||
</p>
|
||||
<code className="text-xs block mt-1">
|
||||
pnpm --filter @roo-code-cloud/auth production:create-job-token [org]
|
||||
[timeout]
|
||||
pnpm --filter @roo-code-cloud/auth production:create-auth-token
|
||||
[email] [org] [ttl]
|
||||
</code>
|
||||
</TooltipContent>
|
||||
</Tooltip>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue