1
0
mirror of https://github.com/docker/cli.git synced 2025-08-08 12:02:07 +03:00

Merge pull request #896 from thaJeztah/templated-configs-secrets

Add --template-driver option for secrets/configs
This commit is contained in:
Vincent Demeester
2018-02-22 09:44:16 +01:00
committed by GitHub
5 changed files with 111 additions and 27 deletions

View File

@@ -16,13 +16,13 @@ keywords: ["secret, create"]
# secret create
```Markdown
Usage: docker secret create [OPTIONS] SECRET file|-
Usage: docker secret create [OPTIONS] SECRET [file|-]
Create a secret from a file or STDIN as content
Options:
--help Print usage
-l, --label list Secret labels (default [])
-l, --label list Secret labels
--template-driver string Template driver
```
## Description