Hi,
I want to upgrade my custom guide theme using zcli and previewing theme changes locally. There are articles that I based my zcli installation: https://developer.zendesk.com/documentation/apps/getting-started/using-zcli/.
Firstly, I generated zendesk API (I made this using API from /admin/apps-integrations/apis/conversations-api). After confirmed API Key to generate, there is available three keys: App ID, Key ID and Secret Key.
Before I tried to log in, I installed using npm install @zendesk/zcli -g. Command zcli help returns message about version, usage etc, so I guess installation went well.
Finally - I made a try to log in using API key that I've generated. We're using SSO, so I passed my credentials up to recommendations from article I mentioned before. Any of key that I received is not working though.
This is the message, that I received after try to log in using terminal:
AxiosError: There is no suitable adapter to dispatch the request -
adapter fetch is not supported by the environment
Code: ERR_NOT_SUPPORT Did I generate correctly API Key? I am not sure about that.