Skip to content

Commit d0e373f

Browse files
update "Using" info message to show stack name
1 parent 0ac3cc0 commit d0e373f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/cli/command/commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,7 @@ func newProvider(ctx context.Context, ec elicitations.Controller, sm stacks.Mana
14501450
if stack.Provider == cliClient.ProviderDefang {
14511451
extraMsg = "; consider using BYOC (https://s.defang.io/byoc)"
14521452
}
1453-
term.Infof("Using %s provider from %s%s", stack.Provider, whence, extraMsg)
1453+
term.Infof("Using the %q stack on %s from %s%s", stack.Name, stack.Provider, whence, extraMsg)
14541454

14551455
printProviderMismatchWarnings(ctx)
14561456
provider := cli.NewProvider(ctx, stack.Provider, global.Client, stack.Name)

0 commit comments

Comments
 (0)