Skip to content

Commit

Permalink
Merge pull request #464 from fbarril/can-i-deploy-with-output-json
Browse files Browse the repository at this point in the history
add output json flag to can-i-deploy function
  • Loading branch information
YOU54F authored Feb 12, 2024
2 parents a4da1ff + 071338e commit b4a374c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PhpPact/Standalone/Broker/Broker.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ public function canIDeploy(): mixed
[
'can-i-deploy',
'--pacticipant=\'' . $this->config->getPacticipant().'\'',
'--version=' . $this->config->getVersion()
'--version=' . $this->config->getVersion(),
'--output=json',
],
$this->getArguments()
)
Expand Down

0 comments on commit b4a374c

Please sign in to comment.