-
|
Hi, Is there an easy way to verify or configure auto‑update for all my stacks? Sure, I could click through all 50 to check… but I’m too lazy for that. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
You can use sync to bulk manage. Create a new ui defined sync, enable managed mode and save. Then commit sync to initialize the contents. Confirm the deployments and stacks you want have "auto_update = true", save and execute the sync. You can also use an Action to query for stacks, filter to find any without auto update, and console.log them for discovery. You can also bulk update programatically using Action. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Hi,
I went for the action solution and with a bit of help from chatGTP, Here is my solution (if this can help someone...)