Does nx run supports providing nested objects in options? #27890
Unanswered
fdolsky321
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using specific nx plugin: https://github.com/koliveira15/nx-sonarqube
This plugin has
extra
option in its target sonar: https://github.com/koliveira15/nx-sonarqube/blob/main/packages/nx-sonarqube/src/executors/scan/schema.json#L69Does nx supports providing nested option in cli? Lets say something like this:
npx nx run myapp:sonar --extra='{"sonar.newCode.referenceBranch": "master"}' --parallel=1 --branch="${{ github.ref_name }}"
or this is not supported?Beta Was this translation helpful? Give feedback.
All reactions