summaryrefslogtreecommitdiff
path: root/cmd/podman/cliconfig
Commit message (Collapse)AuthorAge
* --password-stdin flag in `podman login`Qi Wang2019-02-14
| | | | | | Support --password-stdin flag, reads a password from STDIN and pass it to `podman login`. Signed-off-by: Qi Wang <qiwan@redhat.com>
* Migrate to cobra CLIbaude2019-02-08
We intend to migrate to the cobra cli from urfave/cli because the project is more well maintained. There are also some technical reasons as well which extend into our remote client work. Signed-off-by: baude <bbaude@redhat.com>