Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crane auth get: convert back to credentials (#898)
Before, this would just print the AuthConfig that we get back from the config file read. This is often what we want, but it prevents crane from acting as a credential helper itself. By converting back to the credential helper structs, we can use crane as a meta-credential-helper that can multiplex over anything in your config file.
- Loading branch information