mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 01:05:26 +01:00 
			
		
		
		
	Add repos rm/delete command (#609)
This fixes https://gitea.com/gitea/tea/issues/239 Co-authored-by: techknowlogick <techknowlogick@gitea.com> Reviewed-on: https://gitea.com/gitea/tea/pulls/609 Co-authored-by: Dan Čermák <dcermak@suse.com> Co-committed-by: Dan Čermák <dcermak@suse.com>
This commit is contained in:
		 Dan Čermák
					Dan Čermák
				
			
				
					committed by
					
						 techknowlogick
						techknowlogick
					
				
			
			
				
	
			
			
			 techknowlogick
						techknowlogick
					
				
			
						parent
						
							4c0cef090d
						
					
				
				
					commit
					723b0553c5
				
			
							
								
								
									
										14
									
								
								docs/CLI.md
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								docs/CLI.md
									
									
									
									
									
								
							| @@ -1173,6 +1173,20 @@ Migrate a repository | ||||
|  | ||||
| **--wiki**: Copy the wiki | ||||
|  | ||||
| ### delete, rm | ||||
|  | ||||
| Delete an existing repository | ||||
|  | ||||
| **--force, -f**: Force the deletion and don't ask for confirmation | ||||
|  | ||||
| **--login, -l**="": Use a different Gitea Login. Optional | ||||
|  | ||||
| **--name, -**="": name of the repo | ||||
|  | ||||
| **--output, -o**="": Output format. (simple, table, csv, tsv, yaml, json) | ||||
|  | ||||
| **--owner, -O**="": owner of the repo | ||||
|  | ||||
| ## branches, branch, b | ||||
|  | ||||
| Consult branches | ||||
|   | ||||
		Reference in New Issue
	
	Block a user