json
06/01/2022, 8:50 PMPACT_DIRS_OR_FILES
I assume that means it's possible to point at a directory and the pact-broker cli will simply upload all the pact files it finds. However, when I try and run it this way, I get:
docker run --network host pactfoundation/pact-cli broker publish ./tests/ --consumer-app-version=ca3abdc
Specified pact file './tests/' does not exist. This sometimes indicates one of the arguments has been specified with the wrong name and has been incorrectly identified as a file path.
Am I missing something? Do I need to format my argument differently? Or is there a flag to enable directory mode or something?json
06/01/2022, 9:02 PMBeth (pactflow.io/Pact Broker/pact-ruby)
Beth (pactflow.io/Pact Broker/pact-ruby)
json
06/02/2022, 1:00 PM