Skip to content

Commit

Permalink
update generated completetion and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mfojtik committed Feb 8, 2017
1 parent ebb56e5 commit 0d94afe
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 4 deletions.
2 changes: 2 additions & 0 deletions contrib/completions/bash/oc
Original file line number Diff line number Diff line change
Expand Up @@ -15542,6 +15542,8 @@ _oc_tag()
local_nonpersistent_flags+=("--insecure")
flags+=("--reference")
local_nonpersistent_flags+=("--reference")
flags+=("--reference-policy=")
local_nonpersistent_flags+=("--reference-policy=")
flags+=("--scheduled")
local_nonpersistent_flags+=("--scheduled")
flags+=("--source=")
Expand Down
2 changes: 2 additions & 0 deletions contrib/completions/bash/openshift
Original file line number Diff line number Diff line change
Expand Up @@ -20731,6 +20731,8 @@ _openshift_cli_tag()
local_nonpersistent_flags+=("--insecure")
flags+=("--reference")
local_nonpersistent_flags+=("--reference")
flags+=("--reference-policy=")
local_nonpersistent_flags+=("--reference-policy=")
flags+=("--scheduled")
local_nonpersistent_flags+=("--scheduled")
flags+=("--source=")
Expand Down
2 changes: 2 additions & 0 deletions contrib/completions/zsh/oc
Original file line number Diff line number Diff line change
Expand Up @@ -15690,6 +15690,8 @@ _oc_tag()
local_nonpersistent_flags+=("--insecure")
flags+=("--reference")
local_nonpersistent_flags+=("--reference")
flags+=("--reference-policy=")
local_nonpersistent_flags+=("--reference-policy=")
flags+=("--scheduled")
local_nonpersistent_flags+=("--scheduled")
flags+=("--source=")
Expand Down
2 changes: 2 additions & 0 deletions contrib/completions/zsh/openshift
Original file line number Diff line number Diff line change
Expand Up @@ -20879,6 +20879,8 @@ _openshift_cli_tag()
local_nonpersistent_flags+=("--insecure")
flags+=("--reference")
local_nonpersistent_flags+=("--reference")
flags+=("--reference-policy=")
local_nonpersistent_flags+=("--reference-policy=")
flags+=("--scheduled")
local_nonpersistent_flags+=("--scheduled")
flags+=("--source=")
Expand Down
8 changes: 6 additions & 2 deletions docs/man/man1/oc-tag.1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Pass the \-\-insecure flag if your external registry does not have a valid HTTPS

.PP
\fB\-d\fP, \fB\-\-delete\fP=false
Delete the provided spec tags
Delete the provided spec tags.

.PP
\fB\-\-insecure\fP=false
Expand All @@ -39,13 +39,17 @@ Pass the \-\-insecure flag if your external registry does not have a valid HTTPS
\fB\-\-reference\fP=false
Should the destination tag continue to pull from the source namespace. Defaults to false.

.PP
\fB\-\-reference\-policy\fP="source"
Describes how pull\-specs for images in the image stream tag are generated. Valid values are 'source' (default) or 'local'.

.PP
\fB\-\-scheduled\fP=false
Set a Docker image to be periodically imported from a remote repository. Defaults to false.

.PP
\fB\-\-source\fP=""
Optional hint for the source type; valid values are 'imagestreamtag', 'istag', 'imagestreamimage', 'isimage', and 'docker'
Optional hint for the source type; valid values are 'imagestreamtag', 'istag', 'imagestreamimage', 'isimage', and 'docker'.


.SH OPTIONS INHERITED FROM PARENT COMMANDS
Expand Down
8 changes: 6 additions & 2 deletions docs/man/man1/openshift-cli-tag.1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Pass the \-\-insecure flag if your external registry does not have a valid HTTPS

.PP
\fB\-d\fP, \fB\-\-delete\fP=false
Delete the provided spec tags
Delete the provided spec tags.

.PP
\fB\-\-insecure\fP=false
Expand All @@ -39,13 +39,17 @@ Pass the \-\-insecure flag if your external registry does not have a valid HTTPS
\fB\-\-reference\fP=false
Should the destination tag continue to pull from the source namespace. Defaults to false.

.PP
\fB\-\-reference\-policy\fP="source"
Describes how pull\-specs for images in the image stream tag are generated. Valid values are 'source' (default) or 'local'.

.PP
\fB\-\-scheduled\fP=false
Set a Docker image to be periodically imported from a remote repository. Defaults to false.

.PP
\fB\-\-source\fP=""
Optional hint for the source type; valid values are 'imagestreamtag', 'istag', 'imagestreamimage', 'isimage', and 'docker'
Optional hint for the source type; valid values are 'imagestreamtag', 'istag', 'imagestreamimage', 'isimage', and 'docker'.


.SH OPTIONS INHERITED FROM PARENT COMMANDS
Expand Down

0 comments on commit 0d94afe

Please sign in to comment.