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

env var CIRCUP_WEBWORKFLOW_PASSWORD #217

Merged
merged 1 commit into from
May 13, 2024

Conversation

FoamyGuy
Copy link
Contributor

This adds support for an optional environment variable CIRCUP_WEBWORKFLOW_PASSWORD if set it's value will be used if the --password argument is omitted allowing the command to succeed if the variable contains the correct password.

e.g.

export CIRCUP_WEBWORKFLOW_PASSWORD="yourpassword"
circup --host 192.168.1.188 install adafruit_display_shapes

Help output for --password is updated to mention this new env variable.

This allows you to type less if you are manually entering commands as well as hide your password if you are streaming or using some other screenshare (if you export the variable off screen).

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@tannewt tannewt merged commit c1e1b4b into adafruit:main May 13, 2024
1 check passed
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