Files
docker-cli/components/cli/command
Yong Tang d0c6ebff61 Add --file flag for docker secret create command
This fix tries to address the issue raised in 28581 and 28927
where it is not possible to create a secret from a file (only
through STDIN).

This fix add a flag `--file` to `docker secret create` so that
it is possible to create a secret from a file with:
```
docker secret create --file secret.in secret.name
```

or
```
echo TEST | docker secret create --file - secret.name
```

Related docs has been updated.

An integration test has been added to cover the changes.

This fix fixes 28581.
This fix is related to 28927.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Upstream-commit: 8e680c48f1
Component: cli
2016-12-13 07:35:45 -08:00
..
2016-11-08 16:17:15 -08:00
2016-12-02 13:42:50 -08:00
2016-10-25 06:43:54 +00:00
2016-12-05 15:18:36 +01:00
2016-12-02 11:33:29 -08:00
2016-09-19 10:34:31 -07:00