docs: expand errors docs
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @ -22,11 +22,27 @@ var appErrorsCommand = &cli.Command{ | ||||
| 	Name:  "errors", | ||||
| 	Usage: "List errors for a deployed app", | ||||
| 	Description: ` | ||||
| This command will list errors for a deployed app. This is a best-effort | ||||
| implementation and an attempt to gather a number of tips & tricks for finding | ||||
| errors together into one convenient command. When an app is failing to deploy | ||||
| or having issues, it could be a lot of things. This command is best accompanied | ||||
| by "abra app logs <app>". | ||||
| This command lists errors for a deployed app. | ||||
|  | ||||
| This is a best-effort implementation and an attempt to gather a number of tips | ||||
| & tricks for finding errors together into one convenient command. When an app | ||||
| is failing to deploy or having issues, it could be a lot of things. | ||||
|  | ||||
| This command currently takes into account: | ||||
|  | ||||
| 		Is the service deployed? | ||||
|     Is the service killed by an OOM error? | ||||
| 		Is the service reporting an error (like in "ps --no-trunc" output) | ||||
| 		Is the service healthcheck failing? what are the healthcheck logs? | ||||
|  | ||||
| Got any more ideas? Please let us know: | ||||
|  | ||||
|     https://git.coopcloud.tech/coop-cloud/organising/issues/new/choose | ||||
|  | ||||
| This command is best accompanied by "abra app logs <app>" which may reveal | ||||
| further information which can help you debug the cause of an app failure via | ||||
| the logs. | ||||
|  | ||||
| `, | ||||
| 	Aliases:      []string{"e"}, | ||||
| 	Flags:        []cli.Flag{internal.WatchFlag}, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user