Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c848ffc

Browse files
committedNov 28, 2016
update generated docs
1 parent a49a4f2 commit c848ffc

8 files changed

+18
-32
lines changed
 

‎docs/man/man1/oc-new-app.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ If you provide source code, a new build will be automatically triggered. You can
115115
Search all templates, image streams, and Docker images that match the arguments provided.
116116

117117
.PP
118-
\fB\-\-strategy\fP=
119-
Specify the build strategy to use if you don't want to detect (docker|pipeline|source).
118+
\fB\-\-strategy\fP=""
119+
Specify the build strategy to use if you don't want to detect (docker|source).
120120

121121
.PP
122122
\fB\-\-template\fP=[]

‎docs/man/man1/oc-new-build.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ Once the build configuration is created a new build will be automatically trigge
103103
Specify the file or directory to copy from the source image and its destination in the build directory. Format: [source]:[destination\-dir].
104104

105105
.PP
106-
\fB\-\-strategy\fP=
107-
Specify the build strategy to use if you don't want to detect (docker|pipeline|source).
106+
\fB\-\-strategy\fP=""
107+
Specify the build strategy to use if you don't want to detect (docker|source).
108108

109109
.PP
110110
\fB\-\-to\fP=""

‎docs/man/man1/oc-process.1

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ The output of the process command is always a list of one or more resources. You
3939
\fB\-\-output\-version\fP=""
4040
Output the formatted object with the given version (default api\-version).
4141

42-
.PP
43-
\fB\-p\fP, \fB\-\-param\fP=[]
44-
Specify a key\-value pair (eg. \-p FOO=BAR) to set/override a parameter value in the template.
45-
4642
.PP
4743
\fB\-\-parameters\fP=false
4844
Do not process but only print available parameters
@@ -56,6 +52,10 @@ The output of the process command is always a list of one or more resources. You
5652
Template string or path to template file to use when \-o=template or \-o=templatefile. The template format is golang templates [
5753
\[la]http://golang.org/pkg/text/template/#pkg-overview\[ra]]
5854

55+
.PP
56+
\fB\-v\fP, \fB\-\-value\fP=[]
57+
Specify a key\-value pair (eg. \-v FOO=BAR) to set/override a parameter value in the template.
58+
5959

6060
.SH OPTIONS INHERITED FROM PARENT COMMANDS
6161
.PP

‎docs/man/man1/oc-start-build.1

+1-8
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ Start a build
1919
This command starts a new build for the provided build config or copies an existing build using \-\-from\-build= <name>. Pass the \-\-follow flag to see output from the build.
2020

2121
.PP
22-
In addition, you can pass a file, directory, or source code repository with the \-\-from\-file, \-\-from\-dir, or \-\-from\-repo flags directly to the build. The contents will be streamed to the build and override the current build source settings. When using \-\-from\-repo, the \-\-commit flag can be used to control which branch, tag, or commit is sent to the server. If you pass \-\-from\-file, the file is placed in the root of an empty directory with the same filename. It is also possible to pass a http or https url to \-\-from\-file and \-\-from\-archive, however authentication is not supported and in case of https the certificate must be valid and recognized by your system.
23-
24-
.PP
25-
Note that builds triggered from binary input will not preserve the source on the server, so rebuilds triggered by base image changes will use the source specified on the build config.
22+
In addition, you can pass a file, directory, or source code repository with the \-\-from\-file, \-\-from\-dir, or \-\-from\-repo flags directly to the build. The contents will be streamed to the build and override the current build source settings. When using \-\-from\-repo, the \-\-commit flag can be used to control which branch, tag, or commit is sent to the server. If you pass \-\-from\-file, the file is placed in the root of an empty directory with the same filename. Note that builds triggered from binary input will not preserve the source on the server, so rebuilds triggered by base image changes will use the source specified on the build config.
2623

2724

2825
.SH OPTIONS
@@ -42,10 +39,6 @@ Note that builds triggered from binary input will not preserve the source on the
4239
\fB\-F\fP, \fB\-\-follow\fP=false
4340
Start a build and watch its logs until it completes or fails
4441

45-
.PP
46-
\fB\-\-from\-archive\fP=""
47-
An archive (tar, tar.gz, zip) to be extracted before the build and used as the binary input.
48-
4942
.PP
5043
\fB\-\-from\-build\fP=""
5144
Specify the name of a build which should be re\-run

‎docs/man/man1/openshift-cli-new-app.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ If you provide source code, a new build will be automatically triggered. You can
115115
Search all templates, image streams, and Docker images that match the arguments provided.
116116

117117
.PP
118-
\fB\-\-strategy\fP=
119-
Specify the build strategy to use if you don't want to detect (docker|pipeline|source).
118+
\fB\-\-strategy\fP=""
119+
Specify the build strategy to use if you don't want to detect (docker|source).
120120

121121
.PP
122122
\fB\-\-template\fP=[]

‎docs/man/man1/openshift-cli-new-build.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ Once the build configuration is created a new build will be automatically trigge
103103
Specify the file or directory to copy from the source image and its destination in the build directory. Format: [source]:[destination\-dir].
104104

105105
.PP
106-
\fB\-\-strategy\fP=
107-
Specify the build strategy to use if you don't want to detect (docker|pipeline|source).
106+
\fB\-\-strategy\fP=""
107+
Specify the build strategy to use if you don't want to detect (docker|source).
108108

109109
.PP
110110
\fB\-\-to\fP=""

‎docs/man/man1/openshift-cli-process.1

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ The output of the process command is always a list of one or more resources. You
3939
\fB\-\-output\-version\fP=""
4040
Output the formatted object with the given version (default api\-version).
4141

42-
.PP
43-
\fB\-p\fP, \fB\-\-param\fP=[]
44-
Specify a key\-value pair (eg. \-p FOO=BAR) to set/override a parameter value in the template.
45-
4642
.PP
4743
\fB\-\-parameters\fP=false
4844
Do not process but only print available parameters
@@ -56,6 +52,10 @@ The output of the process command is always a list of one or more resources. You
5652
Template string or path to template file to use when \-o=template or \-o=templatefile. The template format is golang templates [
5753
\[la]http://golang.org/pkg/text/template/#pkg-overview\[ra]]
5854

55+
.PP
56+
\fB\-v\fP, \fB\-\-value\fP=[]
57+
Specify a key\-value pair (eg. \-v FOO=BAR) to set/override a parameter value in the template.
58+
5959

6060
.SH OPTIONS INHERITED FROM PARENT COMMANDS
6161
.PP

‎docs/man/man1/openshift-cli-start-build.1

+1-8
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ Start a build
1919
This command starts a new build for the provided build config or copies an existing build using \-\-from\-build= <name>. Pass the \-\-follow flag to see output from the build.
2020

2121
.PP
22-
In addition, you can pass a file, directory, or source code repository with the \-\-from\-file, \-\-from\-dir, or \-\-from\-repo flags directly to the build. The contents will be streamed to the build and override the current build source settings. When using \-\-from\-repo, the \-\-commit flag can be used to control which branch, tag, or commit is sent to the server. If you pass \-\-from\-file, the file is placed in the root of an empty directory with the same filename. It is also possible to pass a http or https url to \-\-from\-file and \-\-from\-archive, however authentication is not supported and in case of https the certificate must be valid and recognized by your system.
23-
24-
.PP
25-
Note that builds triggered from binary input will not preserve the source on the server, so rebuilds triggered by base image changes will use the source specified on the build config.
22+
In addition, you can pass a file, directory, or source code repository with the \-\-from\-file, \-\-from\-dir, or \-\-from\-repo flags directly to the build. The contents will be streamed to the build and override the current build source settings. When using \-\-from\-repo, the \-\-commit flag can be used to control which branch, tag, or commit is sent to the server. If you pass \-\-from\-file, the file is placed in the root of an empty directory with the same filename. Note that builds triggered from binary input will not preserve the source on the server, so rebuilds triggered by base image changes will use the source specified on the build config.
2623

2724

2825
.SH OPTIONS
@@ -42,10 +39,6 @@ Note that builds triggered from binary input will not preserve the source on the
4239
\fB\-F\fP, \fB\-\-follow\fP=false
4340
Start a build and watch its logs until it completes or fails
4441

45-
.PP
46-
\fB\-\-from\-archive\fP=""
47-
An archive (tar, tar.gz, zip) to be extracted before the build and used as the binary input.
48-
4942
.PP
5043
\fB\-\-from\-build\fP=""
5144
Specify the name of a build which should be re\-run

0 commit comments

Comments
 (0)
Please sign in to comment.