File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,19 +17,19 @@ $ tkn pipeline --help
17
17
18
18
Delete a pipeline.
19
19
20
- .Example: Delete the `mypipeline` pipeline from a namespace
20
+ .Example: Delete a pipeline from a namespace
21
21
[source,terminal]
22
22
----
23
- $ tkn pipeline delete mypipeline -n myspace
23
+ $ tkn pipeline delete <pipeline_name> -n <namespace_name>
24
24
----
25
25
26
26
== pipeline describe
27
27
Describe a pipeline.
28
28
29
- .Example: Describe the `mypipeline` pipeline
29
+ .Example: Describe a pipeline
30
30
[source,terminal]
31
31
----
32
- $ tkn pipeline describe mypipeline
32
+ $ tkn pipeline describe <pipeline_name>
33
33
----
34
34
35
35
== pipeline list
@@ -44,17 +44,17 @@ $ tkn pipeline list
44
44
== pipeline logs
45
45
Display the logs for a specific pipeline.
46
46
47
- .Example: Stream the live logs for the `mypipeline` pipeline
47
+ .Example: Stream the live logs for a pipeline
48
48
[source,terminal]
49
49
----
50
- $ tkn pipeline logs -f mypipeline
50
+ $ tkn pipeline logs -f <pipeline_name>
51
51
----
52
52
53
53
== pipeline start
54
54
Start a pipeline.
55
55
56
- .Example: Start the `mypipeline` pipeline
56
+ .Example: Start a pipeline
57
57
[source,terminal]
58
58
----
59
- $ tkn pipeline start mypipeline
59
+ $ tkn pipeline start <pipeline_name>
60
60
----
You can’t perform that action at this time.
0 commit comments