Explorar o código

Update the evals keygen command (#9754)

Chris Estreich hai 1 mes
pai
achega
648e009b8d
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      apps/web-evals/src/app/runs/new/new-run.tsx

+ 4 - 4
apps/web-evals/src/app/runs/new/new-run.tsx

@@ -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>