Skip to content

Commit

Permalink
Verbose instance creation
Browse files Browse the repository at this point in the history
  • Loading branch information
sblaisot committed Oct 31, 2023
1 parent aa0de34 commit a19ba8e
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 a19ba8e

Please sign in to comment.