Hello.
We updated circleci-cli to v0.1.22100 which was released yesterday.
In new cli, circleci config process
command fails if the pipeline-parameters option is provided.
Here is the error message.
Error: invalid character 'I' looking for beginning of value
Exited with code exit status 255
(the response body from API is “Invalid input”)
According to the PR merged yesterday, it seems that the API to compile config was replaced with a new one (new URL: “https://api.circleci.com/api/v2/compile-config-with-defaults”, protocol: REST (originally GraphQL)). So, I assume that the new API cannot parse pipeline parameters properly.
Is the new API compatible with pipeline-parameters option?