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

cli: rename experimental login environment variable #3493

Merged
merged 1 commit into from Apr 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions snapcraft/cli/store.py
Expand Up @@ -672,7 +672,7 @@ def list_registered():
"--experimental-login",
is_flag=True,
help="*EXPERIMENTAL* Enables login through candid.",
envvar="SNAPCRAFT_LOGIN",
envvar="SNAPCRAFT_EXPERIMENTAL_LOGIN",
)
def export_login(
login_file: str,
Expand Down Expand Up @@ -800,7 +800,7 @@ def export_login(
"--experimental-login",
is_flag=True,
help="*EXPERIMENTAL* Enables login through candid.",
envvar="SNAPCRAFT_LOGIN",
envvar="SNAPCRAFT_EXPERIMENTAL_LOGIN",
)
def login(login_file, experimental_login: bool):
"""Login with your Ubuntu One e-mail address and password.
Expand Down