-
Task
-
Resolution: Done
-
Normal
-
None
We need to update this section: https://docs.openshift.com/pipelines/1.15/tkn_cli/op-tkn-reference.html#op-tkn-pipeline-management_op-tkn-reference
called Pipelines management commands so that it follows our style guide.
Raise the PR against pipelines-docs-main branch. Cherry-pick branches are pipelines-docs-1.14, pipelines-docs-1.15, and pipelines-docs-1.16.
Please make the following changes in the op-tkn-pipeline-management.adoc file:
1. LINE 20-24: from:
.Example: Delete the `mypipeline` pipeline from a namespace [source,terminal] ---- $ tkn pipeline delete mypipeline -n myspace ----
to:
.Example: Delete a pipeline from a namespace [source,terminal] ---- $ tkn pipeline delete <pipeline_name> -n <namespace_name> ----
2. LINE 29-33 from:
.Example: Describe the `mypipeline` pipeline [source,terminal] ---- $ tkn pipeline describe mypipeline ----
to:
.Example: Describe a pipeline [source,terminal] ---- $ tkn pipeline describe <pipeline_name> ----
3. LINE 47-51 from:
.Example: Stream the live logs for the `mypipeline` pipeline
[source,terminal]
----
$ tkn pipeline logs -f mypipeline
----
to:
.Example: Stream the live logs for a pipeline
[source,terminal]
----
$ tkn pipeline logs -f <pipeline_name>
----
4. LINE 56-60 from:
.Example: Start the `mypipeline` pipeline [source,terminal] ---- $ tkn pipeline start mypipeline ----
to:
.Example: Start a pipeline [source,terminal] ---- $ tkn pipeline start <pipeline_name> ----
- is cloned by
-
OEIIITB-10 Update Pipelines management commands section to follow correct style
- In Progress
-
RHDEVDOCS-6143 Update Pipeline run commands section to follow correct style
- Closed
-
RHDEVDOCS-6144 Update Task management commands section to follow correct style
- QA In Progress
-
RHDEVDOCS-6145 Update Task run commands section to follow correct style
- QA In Progress
-
RHDEVDOCS-6146 Update Condition management commands section to follow correct style
- QA In Progress
- links to