pactflow / actions

GitHub Actions to perform common Pact & Pactflow commands
MIT License
8 stars 7 forks source link

Support multiple application_name in can i deploy action. #21

Open malylemireflo opened 1 year ago

malylemireflo commented 1 year ago

Support multiple application_name in can i deploy action.

We have multiple application in the same repo and we want to centralize only one can i deploy.

YOU54F commented 1 year ago

Hey,

Happy to accept a PR otherwise you can use the full fat cli tool as part of an action and do this today

https://github.com/pactflow/actions#actions

huehnerlady commented 7 months ago

I find this very cool, I would like to get it supported int he create-tag action as well please :)

YOU54F commented 3 weeks ago

how would people want the interface to look for this, as you provide arguments after the provider name.

how would one know which arguments are for which provider?

https://github.com/pact-foundation/pact_broker-client?tab=readme-ov-file#can-i-deploy

I find this very cool, I would like to get it supported int he create-tag action as well please :)

that command create-version-tag doesn't support multiple app names.

https://github.com/pact-foundation/pact_broker-client?tab=readme-ov-file#create-version-tag

would you want it calling multiple times with the same args, for say a comma separated list of application names?