You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.
using kubecolor with
oc
running this command
oc adm create-bootstrap-project-template -o yaml > /tmp/project-template.yaml
creates a file that looks like this.
A simple fix is to escape the alias.
\oc adm create-bootstrap-project-template -o yaml > /tmp/project-template.yaml
I realize this is outside of the intended scope.
Just thought I'd report in case anyone else has the issue.
The text was updated successfully, but these errors were encountered: