Main public logs

From Halfface
Jump to navigationJump to search

Combined display of all available logs of Halfface. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 05:30, 9 September 2025 Ekaanbj talk contribs created page Yq (Created page with "=yq= ==Download and make executable.== <pre> sudo curl -skL https://github.com/mikefarah/yq/releases/download/v4.32.2/yq_linux_amd64 -o /usr/local/bin/yq ; sudo chmod 755 /usr/local/bin/yq </pre> ==Select specific values.== oc get mcp worker -o yaml | yq '.spec.configuration.source.[].name' ==Delete specific values.== oc get secret -n openshift-config api-ocp -o yaml | kubectl neat | yq 'del(.metadata.annotations)' oc get kafka kafka -o yaml | yq 'del(.status)' oc g...")