Uploaded image for project: 'Docs for Red Hat Developers'
  1. Docs for Red Hat Developers
  2. RHDEVDOCS-6146

Update Condition management commands section to follow correct style

XMLWordPrintable

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

       

            rhn-support-srr Srivaralakshmi Ramani
            eromanov@redhat.com Eliska Romanova
            Maharshi Patel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: