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 a84e601 commit 5b792feCopy full SHA for 5b792fe
packages/cli-v3/src/commands/init.ts
@@ -194,9 +194,7 @@ async function _initCommand(dir: string, options: InitCommandOptions) {
194
log.info("Next steps:");
195
log.info(
196
` 1. To start developing, run ${chalk.green(
197
- `npx trigger.dev@${options.tag} dev${
198
- options.apiUrl === CLOUD_API_URL ? "" : ` -a ${options.apiUrl}`
199
- }`
+ `npx trigger.dev@${options.tag} dev${options.profile ? "" : ` --profile ${options.profile}`}`
200
)} in your project directory`
201
);
202
log.info(` 2. Visit your ${projectDashboard} to view your newly created tasks.`);
0 commit comments