Update `uv auth` snapshots

This commit is contained in:
Zanie Blue 2025-08-28 10:52:24 -05:00
parent f9e974c1f9
commit a68007aa61
1 changed files with 11 additions and 7 deletions

View File

@ -299,6 +299,7 @@ fn token_native_keyring() -> Result<()> {
----- stdout ----- ----- stdout -----
----- stderr ----- ----- stderr -----
warning: The native keyring provider is experimental and may change without warning. Pass `--preview-features native-keyring` to disable this warning.
error: Failed to fetch credentials for public@https://pypi-proxy.fly.dev/basic-auth/simple error: Failed to fetch credentials for public@https://pypi-proxy.fly.dev/basic-auth/simple
"); ");
@ -314,6 +315,7 @@ fn token_native_keyring() -> Result<()> {
----- stdout ----- ----- stdout -----
----- stderr ----- ----- stderr -----
warning: The native keyring provider is experimental and may change without warning. Pass `--preview-features native-keyring` to disable this warning.
error: Cannot specify a username both via the URL and CLI; found `--username different` and `public` error: Cannot specify a username both via the URL and CLI; found `--username different` and `public`
"); ");
@ -443,6 +445,7 @@ fn login_native_keyring() -> Result<()> {
----- stdout ----- ----- stdout -----
----- stderr ----- ----- stderr -----
warning: The native keyring provider is experimental and may change without warning. Pass `--preview-features native-keyring` to disable this warning.
error: No username provided; did you mean to provide `--username` or `--token`? error: No username provided; did you mean to provide `--username` or `--token`?
"); ");
@ -674,6 +677,7 @@ fn logout_native_keyring() -> Result<()> {
----- stdout ----- ----- stdout -----
----- stderr ----- ----- stderr -----
warning: The native keyring provider is experimental and may change without warning. Pass `--preview-features native-keyring` to disable this warning.
Logged out of public@https://pypi-proxy.fly.dev/basic-auth/simple Logged out of public@https://pypi-proxy.fly.dev/basic-auth/simple
"); ");
@ -704,13 +708,8 @@ fn logout_native_keyring() -> Result<()> {
----- stdout ----- ----- stdout -----
----- stderr ----- ----- stderr -----
error: unexpected argument '--token' found warning: The native keyring provider is experimental and may change without warning. Pass `--preview-features native-keyring` to disable this warning.
error: When using `--token`, a username cannot not be provided; found: public
tip: to pass '--token' as a value, use '-- --token'
Usage: uv auth logout --cache-dir [CACHE_DIR] <SERVICE>
For more information, try '--help'.
"); ");
Ok(()) Ok(())
@ -865,6 +864,7 @@ fn login_native_keyring_url() {
----- stdout ----- ----- stdout -----
----- stderr ----- ----- stderr -----
warning: The native keyring provider is experimental and may change without warning. Pass `--preview-features native-keyring` to disable this warning.
Logged in to test@https://example.com/simple Logged in to test@https://example.com/simple
"); ");
@ -880,6 +880,7 @@ fn login_native_keyring_url() {
----- stdout ----- ----- stdout -----
----- stderr ----- ----- stderr -----
warning: The native keyring provider is experimental and may change without warning. Pass `--preview-features native-keyring` to disable this warning.
Logged in to test@https://example.com/simple Logged in to test@https://example.com/simple
"); ");
@ -897,6 +898,7 @@ fn login_native_keyring_url() {
----- stdout ----- ----- stdout -----
----- stderr ----- ----- stderr -----
warning: The native keyring provider is experimental and may change without warning. Pass `--preview-features native-keyring` to disable this warning.
error: Cannot specify a username both via the URL and CLI; found `--username different` and `test` error: Cannot specify a username both via the URL and CLI; found `--username different` and `test`
"); ");
@ -912,6 +914,7 @@ fn login_native_keyring_url() {
----- stdout ----- ----- stdout -----
----- stderr ----- ----- stderr -----
warning: The native keyring provider is experimental and may change without warning. Pass `--preview-features native-keyring` to disable this warning.
error: Cannot specify a password both via the URL and CLI error: Cannot specify a password both via the URL and CLI
"); ");
@ -927,6 +930,7 @@ fn login_native_keyring_url() {
----- stdout ----- ----- stdout -----
----- stderr ----- ----- stderr -----
warning: The native keyring provider is experimental and may change without warning. Pass `--preview-features native-keyring` to disable this warning.
error: When using `--token`, a username cannot not be provided; found: test error: When using `--token`, a username cannot not be provided; found: test
"); ");
} }