auth0 / auth0-deploy-cli

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.
MIT License
236 stars 147 forks source link

Error parsing your configuration file #888

Closed tatopgyalin closed 4 months ago

tatopgyalin commented 4 months ago

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