zendesk / zcli

A command-line tool for Zendesk
https://developer.zendesk.com
Apache License 2.0
56 stars 18 forks source link

Fix(apps)/not update app config #206

Open JoaoMacedo03 opened 9 months ago

JoaoMacedo03 commented 9 months ago

Description

_I encountered the same issue detailed in #183. While executing zcli apps:update within a GitHub action, the CLI overwrote the app configurations set by my client. I believe a straightforward flag to prevent the execution of the API endpoint /api/${product}/apps/installations/${installationid}.json would suffice in scenarios like mine. However, I'm open to further discussion.

Do NOT write here! This section will be filled in by GitHub Action automatically. If you don't want this, either remove the markers or write outside the fences.

Resolves #183

Checklist

fairphone-franz-geiger commented 7 months ago

Indeed, this would be great for using zcli in CI.

Dear code owners, how can we move this forward, so that it gets merged?