diff --git a/cli/internal/new.go b/cli/internal/new.go index e6f9f8ea..62cbe126 100644 --- a/cli/internal/new.go +++ b/cli/internal/new.go @@ -163,7 +163,7 @@ func NewAction(c *cli.Context) error { NewAppServer = "local" } - tableCol := []string{"Name", "Domain", "Type", "Server"} + tableCol := []string{"server", "type", "domain", "app name"} table := formatter.CreateTable(tableCol) table.Append([]string{sanitisedAppName, Domain, recipe.Name, NewAppServer})