IDEMSInternational / open-app-builder

PLH App Frontend
GNU General Public License v3.0
5 stars 24 forks source link

feat(scripts): add skip refresh flag to deployment set #2174

Closed chrismclarke closed 6 months ago

chrismclarke commented 8 months ago

PR Checklist

Description

Add flag to allow skipping auto remote content refresh when setting a deployment

Review Notes

Set a deployment that has remote repo (e.g. debug), use the --skip-refresh flag to ensure updates not pulled from remote, e.g.

yarn workflow deployment set [name] --skip-refresh

Screenshots

Refresh step shows as skipped image

jfmcquade commented 6 months ago

As requested in this mattermost thread