diff --git a/cmd/instance_delete.go b/cmd/instance_delete.go index de892411..eaa33d62 100644 --- a/cmd/instance_delete.go +++ b/cmd/instance_delete.go @@ -54,6 +54,7 @@ func (c *instanceDeleteCmd) cmdRun(_ *cobra.Command, _ []string) error { for _, i := range c.Instances { instance, err := instances.FindListInstancesResponseInstances(i) if err != nil { + fmt.Fprintf(os.Stderr, "warning: %s not found.\n", i) if !c.Force { return err }