Uploaded image for project: 'Open Education IIIT Bangalore'
  1. Open Education IIIT Bangalore
  2. OEIIITB-13

Update Condition management commands section to follow correct style

XMLWordPrintable

    • 3
    • False
    • Hide

      None

      Show
      None
    • False
    • Sprint 1, Sprint 2

      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>
      ----

       

              Unassigned Unassigned
              rh-ee-ntatinen Navya Tatineni
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: