- name: Deploy CRDs run: | g.crd/setup deploy \ --kubeconfig $ secrets.KUBECONFIG \ --dry-run=false \ --output summary
g.crd/setup can emit a standardized inventory file: g.crd/setup
curl -LO https://github.com/g-crd/setup/releases/download/v2.0.0/setup-linux-amd64 chmod +x setup-linux-amd64 sudo mv setup-linux-amd64 /usr/local/bin/g.crd/setup For developers who need the latest edge features: - name: Deploy CRDs run: | g
g.crd/setup diff --show-managed-fields For automated pipelines, use the --dry-run and --output flags. g.crd/setup
g.crd/setup version # Expected output: g.crd/setup v2.0.0 Fetch the latest release directly from the GitHub releases page: