mark command as experimental in docs and cli

Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
This commit is contained in:
Riyaz Faizullabhoy 2017-09-19 15:04:04 -07:00
parent c6db0cd7a1
commit e07f345267
4 changed files with 7 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
func NewTrustCommand(dockerCli command.Cli) *cobra.Command {
cmd := &cobra.Command{
Use: "trust",
Short: "Manage trust on Docker images",
Short: "Manage trust on Docker images (experimental)",
Args: cli.NoArgs,
RunE: command.ShowHelp(dockerCli.Err()),
}

View File

@ -29,6 +29,8 @@ Options:
`docker trust revoke` removes signatures from tags in signed repositories.
`docker trust revoke` is currently experimental.
## Examples
### Revoke signatures from a signed tag

View File

@ -26,6 +26,8 @@ Sign an image
`docker trust sign` adds signatures to tags to create signed repositories.
`docker trust sign` is currently experimental.
## Examples
### Sign a tag as a repo admin

View File

@ -30,6 +30,8 @@ new tags.
By default, `docker trust view` renders results in a table.
`docker trust view` is currently experimental.
## Examples