mirror of
				https://github.com/astral-sh/uv.git
				synced 2025-10-31 12:06:13 +00:00 
			
		
		
		
	Clarify that uv auth commands take a URL (#15664)
				
					
				
			From the previous description I tried `uv auth token pyx`, which didn't work. --------- Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
		
							parent
							
								
									8473ecba11
								
							
						
					
					
						commit
						a94f7d0847
					
				
					 2 changed files with 8 additions and 8 deletions
				
			
		|  | @ -5538,7 +5538,7 @@ pub struct PythonPinArgs { | ||||||
| 
 | 
 | ||||||
| #[derive(Args)] | #[derive(Args)] | ||||||
| pub struct AuthLogoutArgs { | pub struct AuthLogoutArgs { | ||||||
|     /// The service to logout of.
 |     /// The domain or URL of the service to logout from.
 | ||||||
|     pub service: Service, |     pub service: Service, | ||||||
| 
 | 
 | ||||||
|     /// The username to logout.
 |     /// The username to logout.
 | ||||||
|  | @ -5559,7 +5559,7 @@ pub struct AuthLogoutArgs { | ||||||
| 
 | 
 | ||||||
| #[derive(Args)] | #[derive(Args)] | ||||||
| pub struct AuthLoginArgs { | pub struct AuthLoginArgs { | ||||||
|     /// The service to log into.
 |     /// The domain or URL of the service to log into.
 | ||||||
|     pub service: Service, |     pub service: Service, | ||||||
| 
 | 
 | ||||||
|     /// The username to use for the service.
 |     /// The username to use for the service.
 | ||||||
|  | @ -5594,7 +5594,7 @@ pub struct AuthLoginArgs { | ||||||
| 
 | 
 | ||||||
| #[derive(Args)] | #[derive(Args)] | ||||||
| pub struct AuthTokenArgs { | pub struct AuthTokenArgs { | ||||||
|     /// The service to lookup.
 |     /// The domain or URL of the service to lookup.
 | ||||||
|     pub service: Service, |     pub service: Service, | ||||||
| 
 | 
 | ||||||
|     /// The username to lookup.
 |     /// The username to lookup.
 | ||||||
|  | @ -5612,7 +5612,7 @@ pub struct AuthTokenArgs { | ||||||
| 
 | 
 | ||||||
| #[derive(Args)] | #[derive(Args)] | ||||||
| pub struct AuthDirArgs { | pub struct AuthDirArgs { | ||||||
|     /// The service to lookup.
 |     /// The domain or URL of the service to lookup.
 | ||||||
|     pub service: Option<Service>, |     pub service: Option<Service>, | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -64,7 +64,7 @@ uv auth login [OPTIONS] <SERVICE> | ||||||
| 
 | 
 | ||||||
| <h3 class="cli-reference">Arguments</h3> | <h3 class="cli-reference">Arguments</h3> | ||||||
| 
 | 
 | ||||||
| <dl class="cli-reference"><dt id="uv-auth-login--service"><a href="#uv-auth-login--service"<code>SERVICE</code></a></dt><dd><p>The service to log into</p> | <dl class="cli-reference"><dt id="uv-auth-login--service"><a href="#uv-auth-login--service"<code>SERVICE</code></a></dt><dd><p>The domain or URL of the service to log into</p> | ||||||
| </dd></dl> | </dd></dl> | ||||||
| 
 | 
 | ||||||
| <h3 class="cli-reference">Options</h3> | <h3 class="cli-reference">Options</h3> | ||||||
|  | @ -139,7 +139,7 @@ uv auth logout [OPTIONS] <SERVICE> | ||||||
| 
 | 
 | ||||||
| <h3 class="cli-reference">Arguments</h3> | <h3 class="cli-reference">Arguments</h3> | ||||||
| 
 | 
 | ||||||
| <dl class="cli-reference"><dt id="uv-auth-logout--service"><a href="#uv-auth-logout--service"<code>SERVICE</code></a></dt><dd><p>The service to logout of</p> | <dl class="cli-reference"><dt id="uv-auth-logout--service"><a href="#uv-auth-logout--service"<code>SERVICE</code></a></dt><dd><p>The domain or URL of the service to logout from</p> | ||||||
| </dd></dl> | </dd></dl> | ||||||
| 
 | 
 | ||||||
| <h3 class="cli-reference">Options</h3> | <h3 class="cli-reference">Options</h3> | ||||||
|  | @ -209,7 +209,7 @@ uv auth token [OPTIONS] <SERVICE> | ||||||
| 
 | 
 | ||||||
| <h3 class="cli-reference">Arguments</h3> | <h3 class="cli-reference">Arguments</h3> | ||||||
| 
 | 
 | ||||||
| <dl class="cli-reference"><dt id="uv-auth-token--service"><a href="#uv-auth-token--service"<code>SERVICE</code></a></dt><dd><p>The service to lookup</p> | <dl class="cli-reference"><dt id="uv-auth-token--service"><a href="#uv-auth-token--service"<code>SERVICE</code></a></dt><dd><p>The domain or URL of the service to lookup</p> | ||||||
| </dd></dl> | </dd></dl> | ||||||
| 
 | 
 | ||||||
| <h3 class="cli-reference">Options</h3> | <h3 class="cli-reference">Options</h3> | ||||||
|  | @ -284,7 +284,7 @@ uv auth dir [OPTIONS] [SERVICE] | ||||||
| 
 | 
 | ||||||
| <h3 class="cli-reference">Arguments</h3> | <h3 class="cli-reference">Arguments</h3> | ||||||
| 
 | 
 | ||||||
| <dl class="cli-reference"><dt id="uv-auth-dir--service"><a href="#uv-auth-dir--service"<code>SERVICE</code></a></dt><dd><p>The service to lookup</p> | <dl class="cli-reference"><dt id="uv-auth-dir--service"><a href="#uv-auth-dir--service"<code>SERVICE</code></a></dt><dd><p>The domain or URL of the service to lookup</p> | ||||||
| </dd></dl> | </dd></dl> | ||||||
| 
 | 
 | ||||||
| <h3 class="cli-reference">Options</h3> | <h3 class="cli-reference">Options</h3> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 konsti
						konsti