We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b72df commit 175fed6Copy full SHA for 175fed6
packages/blink/src/cli/deploy.ts
@@ -92,8 +92,7 @@ export default async function deploy(
92
organizationName = organizations[0]!.name;
93
} else if (isCI) {
94
throw new Error(
95
- "Multiple organizations found. In CI mode, you must first deploy locally to select an organization, " +
96
- "or set the organization in .blink/config.json"
+ "Multiple organizations found. To use CI mode, please deploy in interactive mode first to select an organization and generate .blink/config.json"
97
);
98
} else {
99
const selectedId = await select({
0 commit comments