-
Task
-
Resolution: Unresolved
-
Normal
-
None
We need to update this section: https://docs.openshift.com/pipelines/1.15/tkn_cli/op-tkn-reference.html#op-tkn-condition-management_op-tkn-reference
called Condition 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-condition-management.adoc file:
1. LINE 8 from:
Manage Conditions.
to:
Manage conditions.
2. LINE 17-23 from:
Delete a Condition. .Example: Delete the `mycondition1` Condition from a namespace [source,terminal] ---- $ tkn condition delete mycondition1 -n myspace ----
to:
Delete a condition. .Example: Delete a condition from a namespace [source,terminal] ---- $ tkn condition delete <condition> -n <namespace_name> ----
3. LINE 26-32 from:
Describe a Condition. .Example: Describe the `mycondition1` Condition in a namespace [source,terminal] ---- $ tkn condition describe mycondition1 -n myspace ----
to:
Describe a condition. .Example: Describe a condition in a namespace [source,terminal] ---- $ tkn condition describe <condition> -n <namespace_name> ----
4. LINE 35-41 from:
List Conditions. .Example: List Conditions in a namespace [source,terminal] ---- $ tkn condition list -n myspace ----
to:
List conditions. .Example: List conditions in a namespace [source,terminal] ---- $ tkn condition list -n <namespace_name> ----
- clones
-
RHDEVDOCS-6142 Update Pipelines management commands section to follow correct style
- Closed
- is cloned by
-
OEIIITB-13 Update Condition management commands section to follow correct style
- In Progress
- links to