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 4fb03f7 commit 644db45Copy full SHA for 644db45
cmd/lk/cloud.go
@@ -333,7 +333,8 @@ func tryAuthIfNeeded(ctx context.Context, cmd *cli.Command) error {
333
}
334
if cliConfig.ProjectExists(name) {
335
if err := huh.NewInput().
336
- Title("Project name already exists, please choose a different name").
+ Title("Choose a different alias").
337
+ Description(fmt.Sprintf("You've already configured a project with the alias %q.", name)).
338
Value(&name).
339
Validate(func(s string) error {
340
if cliConfig.ProjectExists(s) {
0 commit comments