iterative / terraform-provider-iterative

☁️ Terraform plugin for machine learning workloads: spot instance recovery & auto-termination | AWS, GCP, Azure, Kubernetes
https://registry.terraform.io/providers/iterative/iterative/latest/docs
Apache License 2.0
287 stars 27 forks source link

Simple waiting feedback for leo #711

Closed dacbd closed 1 year ago

dacbd commented 1 year ago

adds some simple feedback for when users run leo read --follow right after a leo create and there aren't any logs yet.

tasdomas commented 1 year ago

Please print to os.Stderr

Is that really necessary? In this case the output is purely for UX, stdout is perfectly valid.

Granted, leo could use a quiet mode that's more automation friendly, but we've got more pressing issues

0x2b3bfa0 commented 1 year ago

Currently leo read only outputs script logs to standard output, and all the other user-oriented messages to standard error. While we still don't provide any stability guarantees, it would be nice to stick to that principle.