Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): use fresh statuses in get status cmd
Before this fix, the get status command was using force: false for its GetServiceStatus tasks, which resulted in the overview tab of the dashboard displaying stale service statuses. After this fix, refreshing the dashboard once all services are deployed will show their statuses as "ready", which is the expected/correct behavior.
- Loading branch information