You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/wrangler/src/user/user.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1204,7 +1204,7 @@ export async function getAccountId(): Promise<string> {
1204
1204
if(einstanceofNoDefaultValueProvided){
1205
1205
thrownewUserError(
1206
1206
`More than one account available but unable to select one in non-interactive mode.
1207
-
Please set the appropriate \`account_id\` in your ${configFileName(undefined)} file.
1207
+
Please set the appropriate \`account_id\` in your ${configFileName(undefined)} file or assign it to the \`CLOUDFLARE_ACCOUNT_ID\` environment variable.
1208
1208
Available accounts are (\`<name>\`: \`<account_id>\`):
0 commit comments