Skip to content

Commit c55f803

Browse files
authored
Chore: add deployctl projects rename in config inference diagnostics output (#241)
1 parent 76ec692 commit c55f803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config_inference.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async function inferProject(api: API, dryRun: boolean, orgName?: string) {
6464
spinner.succeed(`Created new project '${project.name}'`);
6565
}
6666
wait({ text: "", indent: 3 }).start().info(
67-
`You can always change the project name in ${endpoint()}/projects/${project.name}/settings`,
67+
`You can always change the project name with 'deployctl projects rename new-name' or in ${endpoint()}/projects/${project.name}/settings`,
6868
);
6969
return project.name;
7070
} catch (e) {

0 commit comments

Comments
 (0)