Government of Alberta - Nx plugin for OpenShift.
npm install @abgov/nx-ocThe plugin includes generators for setting up OpenShift pipeline and application yaml files, and executors for oc cli commands.
1. Create your Nx workspace using npx create-nx-workspace my-workspace
2. Install plugin: npm i -D @abgov/nx-oc
3. Login to OpenShift: oc login {url} --token={token}
4. Generate basic infrastructure yml and apply it: npx nx g @abgov/nx-oc:pipeline
5. Set up OpenShift yml on apps using npx nx g @abgov/nx-oc:deployment