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.
2024-02-05T02:45:06.036Z - error: Problem running command import
2024-02-05T02:45:06.036Z - error: Error parsing your configuration file: [./config/config.json]: Unexpected token '�', "��{
Expectation
The json file has been deserialized and serialized using Newtonsoft.Json with proper formatting. I dont know why there is an issue importing. Can you please help me with any suggestion.
Reproduction
When i run the command:
(a0deploy import --config_file ./config/config.json --input_file ./config)
Checklist
Description
2024-02-05T02:45:06.036Z - error: Problem running command import 2024-02-05T02:45:06.036Z - error: Error parsing your configuration file: [./config/config.json]: Unexpected token '�', "��{
Expectation
The json file has been deserialized and serialized using Newtonsoft.Json with proper formatting. I dont know why there is an issue importing. Can you please help me with any suggestion.
Reproduction
When i run the command: (a0deploy import --config_file ./config/config.json --input_file ./config)
Deploy CLI version
v7.20.0
Node version
v20.11.0