Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improved error messages for call command
Before this commit, running `garden call some-service` when `some-service` defines no ingresses would result in a cryptic error message (`Cannot read property 'path' of undefined`). Now, the command outputs `Service user has no active ingresses` in such cases instead.
- Loading branch information