Skip to content

Commit 5b792fe

Browse files
committed
display --profile flag after init if used
1 parent a84e601 commit 5b792fe

File tree

1 file changed

+1
-3
lines changed
  • packages/cli-v3/src/commands

1 file changed

+1
-3
lines changed

packages/cli-v3/src/commands/init.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,7 @@ async function _initCommand(dir: string, options: InitCommandOptions) {
194194
log.info("Next steps:");
195195
log.info(
196196
` 1. To start developing, run ${chalk.green(
197-
`npx trigger.dev@${options.tag} dev${
198-
options.apiUrl === CLOUD_API_URL ? "" : ` -a ${options.apiUrl}`
199-
}`
197+
`npx trigger.dev@${options.tag} dev${options.profile ? "" : ` --profile ${options.profile}`}`
200198
)} in your project directory`
201199
);
202200
log.info(` 2. Visit your ${projectDashboard} to view your newly created tasks.`);

0 commit comments

Comments
 (0)