-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(apps:update): add ability to use ZENDESK_APP_ID env var during apps:update #254
Conversation
Someones we want to have seperate apps for staging and production. In these cases they will have a seperate app_id. In this change we will allow users to set the `ZENDESK_APP_ID` environment variable to specify which app_id to use. This will allow developers to set this in their CICD pipelines. Fixes: #173
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking good 👍 Just need to fix the type errors and update tests.
updated @anushkafka |
@yoshdog Thanks for the update, this is looking good. Have u been able to verify your use case? I can do a highlevel QA from my side to verify nothing is breaking 👍 |
all good on my side @anushkafka |
Description
Someones we want to have seperate apps for staging and production. In these cases they will have a seperate app_id.
In this change we will allow users to set the
ZENDESK_APP_ID
environment variable to specify which app_id to use. This will allow developers to set this in their CICD pipelines.bb2f886
feat: add ability to use ZENDESK_APP_ID env var during apps:updateSomeones we want to have seperate apps for staging and production. In these cases they will have a seperate app_id.
In this change we will allow users to set the
ZENDESK_APP_ID
environment variable to specify which app_id to use. This will allow developers to set this in their CICD pipelines.Fixes: #173
ebae091
fix: type checke478264
fix: remove generated code6e4e699
fix: lints363ef0a
chore: add new unit test8f115ad
chore: update unit testa049683
fix: lints5a412b3
chore: reset mockDetail
closes: #173
Checklist