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

add support for non-interactive usage #70

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

colstrom
Copy link

Description of your changes

a small change to allow the script to work in non-interactive contexts by allowing the values that would be read from STDIN to be provided by environment, and falling back to the previous behaviour when undefined.

I have:

  • Read and followed Crossplane's [contribution process].
  • Run make reviewable test to ensure this PR is ready for review.
    • No, because this target did not appear to be present in the Makefile.

How has this code been tested

Ran hack/prepare.sh both with and without environment variables set, observed that the variables are set equivalently either way.

a small change to allow the script to work in non-interactive contexts by allowing the values that would be read from STDIN to be provided by environment, and falling back to the previous behaviour when undefined.

Signed-off-by: Chris Olstrom <[email protected]>
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.

1 participant