- Notifications
You must be signed in to change notification settings - Fork1.1k
Description
Problem
Users who have workspaces that have a template-level autostart days of week setting can still set their workspace schedule at the CLI level by runningcoder schedule start workspace .... However they are not given any indication that this will be ignored in favour of the template-level setting if the next autostart according to their schedule falls on a day that is disallowed by the template-level setting.
Proposed Solution
In the CLI, if the template-level autostart setting is present, warn the user that their autostart schedule may conflict.