mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-08 06:15:40 +00:00
Clarify backup and restore creation messages
When running `ark <resource> create`, a request is sent to the server, but the status is not immediately known. Inform the user that a request was sent and provide a way to get more information on it. Signed-off-by: Nolan Brubaker <nolan@heptio.com>
This commit is contained in:
@@ -143,6 +143,7 @@ func (o *CreateOptions) Run(c *cobra.Command, f client.Factory) error {
|
||||
return err
|
||||
}
|
||||
|
||||
fmt.Printf("Backup %q created successfully.\n", backup.Name)
|
||||
fmt.Printf("Backup request %q submitted successfully.\n", backup.Name)
|
||||
fmt.Printf("Run `ark backup describe %s` for more details.\n", backup.Name)
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user