We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provider
GlobalFlags
What happened?
provider set-options
provider options
What did you expect to happen instead? both provider options and provider set-options able to get provider value correctly from GlobalFlags
How can we reproduce the bug? (as minimally and precisely as possible)
add log.Debugf("GlobalFlags=%+v", cmd.GlobalFlags) in set_options.go Run function
log.Debugf("GlobalFlags=%+v", cmd.GlobalFlags)
set_options.go
vscode ➜ /workspaces/devpod (main) $ devpod provider set-options docker --provider docker2 --debug 09:55:23 debug GlobalFlags={Context: Provider: LogOutput:plain Debug:false Silent:false AgentDir: DevPodHome: UID:} 09:55:23 done Successfully set options for provider 'docker' vscode ➜ /workspaces/devpod (main) $
vscode ➜ /workspaces/devpod (main) $ devpod provider options docker --provider docker2 --debug 09:56:52 debug GlobalFlags=&{Context: Provider:docker2 LogOutput:plain Debug:true Silent:false AgentDir: DevPodHome: UID:} -- truncate --
Local Environment:
commit 37e66ce34ab125f8fb4952d6041a2ca159ca2603
linux
windows
AMD64
DevPod Provider:
Anything else we need to know?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
GlobalFlags
forprovider set-options
GlobalFlags
forprovider options
What did you expect to happen instead?
both
provider options
andprovider set-options
able to get provider value correctly fromGlobalFlags
How can we reproduce the bug? (as minimally and precisely as possible)
add
log.Debugf("GlobalFlags=%+v", cmd.GlobalFlags)
inset_options.go
Run functionLocal Environment:
commit 37e66ce34ab125f8fb4952d6041a2ca159ca2603
linux
andwindows
AMD64
DevPod Provider:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: