All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			See #617
		
			
				
	
	
		
			21 lines
		
	
	
		
			355 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			355 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package internal
 | |
| 
 | |
| var (
 | |
| 	// NOTE(d1): global
 | |
| 	Debug   bool
 | |
| 	NoInput bool
 | |
| 	Offline bool
 | |
| 
 | |
| 	// NOTE(d1): sub-command specific
 | |
| 	Chaos            bool
 | |
| 	DeployLatest     bool
 | |
| 	DontWaitConverge bool
 | |
| 	Dry              bool
 | |
| 	Force            bool
 | |
| 	MachineReadable  bool
 | |
| 	Major            bool
 | |
| 	Minor            bool
 | |
| 	NoDomainChecks   bool
 | |
| 	Patch            bool
 | |
| )
 |