Skip to content

Commit

Permalink
Verbose instance creation (#4202)
Browse files Browse the repository at this point in the history
Verbose instance creation
  • Loading branch information
sblaisot authored Oct 31, 2023
2 parents aa0de34 + a19ba8e commit 855ac47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/instances.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ be used as the error message.
}

domain := args[0]
fmt.Fprintf(os.Stdout, "Creating instance for domain \"%s\": please wait...\n", domain)
ac := newAdminClient()
in, err := ac.CreateInstance(&client.InstanceOptions{
Domain: domain,
Expand Down

0 comments on commit 855ac47

Please sign in to comment.