Uploaded image for project: 'Web Terminal for OpenShift'
  1. Web Terminal for OpenShift
  2. WTO-80

Web terminal tooling should include jq (and maybe yq)

XMLWordPrintable

    • Icon: Feature Feature
    • Resolution: Done
    • Icon: Minor Minor
    • 1.0.0
    • 1.0.0, 1.1.0
    • tooling
    • None
    • False
    • False
    • Undefined

      When working with OpenShift via the CLI, it's very handy to be able to use jq to parse output, e.g.

      oc get pods my-pod -o json | jq '.spec.containers[] | select(.name == "my-container")'
      

      Currently, the web-terminal-tooling image doesn't contain jq.

      In a similar vein, having yq available would be nice too, but installing yq depends on Python and may bloat image size too much.

              Unassigned Unassigned
              amisevsk Angel Misevski (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: