Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start PipelineRun from Local or Remote File #812

Merged
merged 1 commit into from
Mar 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/cmd/tkn_pipeline_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ two parameters (foo and bar)

```
--dry-run preview pipelinerun without running it
-f, --filename string local or remote file name containing a pipeline definition to start a pipelinerun
-h, --help help for start
-l, --labels strings pass labels as label=value.
-L, --last re-run the pipeline using last pipelinerun values
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/tkn_task_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ like cat,foo,bar

```
--dry-run preview taskrun without running it
-f, --filename string local or remote file name containing a task definition
-f, --filename string local or remote file name containing a task definition to start a taskrun
-h, --help help for start
-i, --inputresource strings pass the input resource name and ref as name=ref
-l, --labels strings pass labels as label=value.
Expand Down
4 changes: 4 additions & 0 deletions docs/man/man1/tkn-pipeline-start.1
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Parameters, at least those that have no default value
\fB\-\-dry\-run\fP[=false]
preview pipelinerun without running it

.PP
\fB\-f\fP, \fB\-\-filename\fP=""
local or remote file name containing a pipeline definition to start a pipelinerun

.PP
\fB\-h\fP, \fB\-\-help\fP[=false]
help for start
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/tkn-task-start.1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Start tasks

.PP
\fB\-f\fP, \fB\-\-filename\fP=""
local or remote file name containing a task definition
local or remote file name containing a task definition to start a taskrun

.PP
\fB\-h\fP, \fB\-\-help\fP[=false]
Expand Down
Loading