Skip to content

Commit

Permalink
start pipelinerun from local or remote file
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhelfand authored and tekton-robot committed Mar 20, 2020
1 parent bfd6390 commit f649ac5
Show file tree
Hide file tree
Showing 8 changed files with 316 additions and 160 deletions.
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

0 comments on commit f649ac5

Please sign in to comment.