The Auth0 Deploy CLI is a tool that helps you manage your Auth0 tenant configuration. It integrates into your development workflows as a standalone CLI or as a node module.
Given the fact the action is identified with a uuid, it's very difficult to know which action is actually triggering the error. From what I can understand, whatever this webtask.js process is cannot successfully access the dependency.
It's possible to make the import work by manually updating the dependencies ahead of time using the auth0 dashboard, but this is not a sustainable solution for deployments.
Expectation
I should be able to:
add a new dependency to the aciton-config.json file,
call a0deploy import to push it to the relevant tenant
And the result should be that the dependencies are successfully updated according to the config, and I can see them in the dashboard.
Reproduction
Update the action.json config to add the new dependency
Call a0deploy import --input_file ./src/config --config_file to import the updated config
Checklist
Description
We are running into an error when we try to import json configurations for actions containing a new dependency
We are using the following command in our deployment pipeline:
the dependencies of the config files have all been updated to use a new version of axios:
for some actions, this represents a new dependency, and for others it's just a version bump.
This command always fails with the following error:
Given the fact the action is identified with a uuid, it's very difficult to know which action is actually triggering the error. From what I can understand, whatever this
webtask.js
process is cannot successfully access the dependency.It's possible to make the import work by manually updating the dependencies ahead of time using the auth0 dashboard, but this is not a sustainable solution for deployments.
Expectation
I should be able to:
aciton-config.json
file,a0deploy import
to push it to the relevant tenantAnd the result should be that the dependencies are successfully updated according to the config, and I can see them in the dashboard.
Reproduction
a0deploy import --input_file ./src/config --config_file
to import the updated configDeploy CLI version
7.24.1
Node version
18.20.4.