Import/Export JSON file from Deploy
It will be great to generate JSON file from deploy (batch and GUI) that contain schedule and have the possibility to import/export them by command line
Collecting community feedback
OpCon Deploy
Suggested by:
Hidden identity
•
Upvoted: 27 Jun, '22
•
Comments: 1
Comments: 1
-
07 Oct, '21
Werner SüßYou can select a schedule via SQL for example:
SELECT TOP 1 definition
from deploy_schedule
where name = '#{sname}'
ORDER BY version desc