PrefectHQ / actions-prefect-deploy

A GitHub Action for deploying a Prefect flow to Prefect Cloud
30 stars 7 forks source link

feat: use the --no-prompt flag, to remove any interactivity #21

Closed parkedwards closed 1 year ago

parkedwards commented 1 year ago

uses the --no-prompt CLI flag, which ensures no interactivity in the CI context

resolves #18

--no-prompt landed in 2.10.14 https://github.com/PrefectHQ/prefect/blob/main/RELEASE-NOTES.md#release-21014

Note that in the PR, the author mentions that this particular flag must come before the command due to a limitation with the typer lib