You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for creating periods/schedules from a csv/excel/json
I'm start to implementing this solution on a new organization (new job), and I would like to be able of creating all periods/schedules I had on my previous job. I made a backup of the ConfigTable to replicate it, but now I have to create every period/schedule manually
Describe the feature you'd like
I think an import option could be implemented on the CLI to create periods/schedules in bulk from a csv previously exported.
The text was updated successfully, but these errors were encountered:
We'll add this to our backlog to be prioritized for a future release.
In the meantime, have you considered the CloudFormation Schedule Custom resource? This feature would allow you to define multiple schedules in a single independent CloudFormation template and deploy/manage that group of schedules as it's own separate entity that can be easily copied between different installations of Instance Scheduler (this is actually how I manage my test environments during development).
Support for creating periods/schedules from a csv/excel/json
I'm start to implementing this solution on a new organization (new job), and I would like to be able of creating all periods/schedules I had on my previous job. I made a backup of the ConfigTable to replicate it, but now I have to create every period/schedule manually
Describe the feature you'd like
I think an
import
option could be implemented on the CLI to create periods/schedules in bulk from a csv previously exported.The text was updated successfully, but these errors were encountered: