Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ignore gcloud operations list warnings (#1507)
- Warnings printed to STDERR were being captured as in-progress operations, causing listOperations to error. This change fixes that issue by disabling human output for that command.
- Loading branch information