Alisdair McDiarmid
|
67203dade8
|
command: Simplify Meta.process helper method
After some refactoring, this helper method had an unused argument (vars)
and an always-nil error return value. This commit cleans this up.
|
2020-04-01 15:01:08 -04:00 |
Alisdair McDiarmid
|
7ff58780d4
|
Remove unnecessary type assertion checks
The type assertion checks on the credentials source are unnecessary, and
the alternative code path they allow would panic.
|
2020-02-06 15:30:49 -05:00 |
Alisdair McDiarmid
|
325f8a84f8
|
command/logout: Exit early if already logged out
|
2020-02-06 15:00:55 -05:00 |
Alisdair McDiarmid
|
081f02971d
|
command/logout: Add terraform logout command
Use terraform logout to remove stored credentials for a remote service
host.
|
2020-02-06 15:00:55 -05:00 |