Unable to determine context processor to load for file development, does it exist?

Hi, I am trying to use auth 0 deploy CLI to deploy with folder structure, and I’m getting this error

Problem running command import
2023-01-05T12:20:34.3138057Z 2023-01-05T12:20:34.312Z - e[31merrore[39m: Unable to determine context processor to load for file development, does it exist?
2023-01-05T12:20:34.3439198Z ##[error]Bash exited with code ‘1’.

the command is :
npx auth0-deploy-cli import --config_file config-$ENVIRONMENT.json --input_file $ENVIRONMENT

where environment is development in current case
I have folders for different environments development, qa etc. which contain all this exported configuration which then I change and need to import those back, does someone now hot to use it properly?

Hi @zurabi.dalakishvili,

I have never run the CLI from npx, that could be part of the problem.

Could you try the standard workflow? I am successful using this:

a0deploy import -c config-development.json -i development

thanks Dan, we figured it out it works just fine it’s just that error message is little tricky, actually there were no folders/files there in the first place

1 Like

Glad you were able to find a resolution.