opentofu/command/cliconfig
Martin Atkins 1e2da4f776 command/cliconfig: New CredentialsSource implementation
This new implementation is not yet used, but should eventually replace the
technique of composing together various types from the svchost/auth
package, since our requirements are now complex enough that they're more
straightforward to express in direct code within a single type than as
a composition of the building blocks in the svchost/auth package.
2019-08-23 11:57:11 -07:00
..
testdata command/cliconfig: Factor out CLI config handling 2019-08-01 10:56:41 -07:00
cliconfig_test.go command/cliconfig: Factor out CLI config handling 2019-08-01 10:56:41 -07:00
cliconfig.go command/cliconfig: Factor out CLI config handling 2019-08-01 10:56:41 -07:00
config_unix.go command/cliconfig: New CredentialsSource implementation 2019-08-23 11:57:11 -07:00
config_windows.go command/cliconfig: New CredentialsSource implementation 2019-08-23 11:57:11 -07:00
credentials_test.go command/cliconfig: New CredentialsSource implementation 2019-08-23 11:57:11 -07:00
credentials.go command/cliconfig: New CredentialsSource implementation 2019-08-23 11:57:11 -07:00