mirror of https://github.com/fluxcd/flux2.git
				
				
				
			feat: prompt for access tokens in 'bootstrap' command
This change adds functionality to both, `bootstrap github` and `bootstrap gitlab` to prompt the user for the personal access tokens if those can't be derived from the shell environment. Echoing is turned off for better privacy. Instead of having to interactively type the token or manually paste it from the clipboard, users can also pipe it to Flux which comes in handy e.g. when executing Flux remotely over an SSH connection: ``` $ echo 'asdf' | flux bootstrap github ``` Otherwise, Flux will prompt the user: ``` $ flux bootstrap github Please type your GitHub personal access token: ``` closes #2011 Signed-off-by: Max Jonas Werner <mail@makk.es>pull/2038/head
							parent
							
								
									4bc4aa1397
								
							
						
					
					
						commit
						ffcd7d8059
					
				
					Loading…
					
					
				
		Reference in New Issue