Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove DRY_RUN env var and --dry-run flag #210

Merged
merged 1 commit into from
Dec 7, 2022

Conversation

anniefu
Copy link
Contributor

@anniefu anniefu commented Dec 6, 2022

Free the DRY_RUN env var name to be used for other purposes by function authors.

The original intent of the DRY_RUN was to be used at build time for GCF to validate function syntax without starting the server, but this was never implemented. For local testing purposes, simply starting the functions framework server is a better method.

Free the DRY_RUN env var name to be used for other purposes by function
authors.

The original intent of the DRY_RUN was to be used at build time for GCF
to validate function syntax without starting the server, but this was
never implemented. For local testing purposes, simply starting the
functions framework server is a better method.
@anniefu anniefu requested a review from a team December 6, 2022 22:04
@anniefu anniefu merged commit f013ab4 into GoogleCloudPlatform:master Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants