Jan Měkota
12/15/2025, 12:20 PMpact-broker create-or-update-pacticipant --name=pacticipnat --main-branch=main
Now I would like to remove the setting and leave empty to use default according to auto_detect_main_branch and main_branch_candidates
But I did not find a way how to remove previously set Main branch by cli.
Do you know any way please?Matt (pactflow.io / pact-js / pact-go)
null or omitting that field (bad on me, but I actually can’t remember which pattern we use there)Jan Měkota
12/15/2025, 12:37 PM{
"name": "...",
"displayName": "..."
}
And it helped.