Use local Updatecli CLI reference sync#736
Use local Updatecli CLI reference sync#736AkashKumar7902 wants to merge 1 commit intokubewarden:mainfrom
Conversation
Signed-off-by: Akash Kumar <meakash7902@gmail.com>
✅ Deploy Preview for docs-kubewarden-io ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Hello @AkashKumar7902, You appear not to have used our docs PR template, which included the following:
Please reinstate this, and answer accordingly. Feel free to reach out to me to discuss in person, if necessary. Thank you |
|
Thanks, I missed that. I restored the checklist in the PR description and confirmed the AI Policy acknowledgement. |
|
Following up on the merge conflict. Looking at main, jvanz already addressed the underlying breakage in #677 via 8de45b0 / cbe9c02 / a48d707 (commits on This PR took a different angle (defining the copy logic locally with updatecli's git scm + file kind so we no longer depend on the external updatecli policy image). Now that main has a working sync via the upstream policy, the local approach is no longer required to fix the failing job from #677. Happy to either:
@viccuad @jvanz @flavio — what would you prefer? Defaulting to (1) unless you'd like (2). |
Summary
ghcr.io/updatecli/policies/file:0.2.1compose entries with a local Updatecli manifestcli-docs.mdfromkubewarden/kwctlandkubewarden/policy-serverbefore the existing header/PR step runsFixes #677
Checklist
AI usage
OpenAI Codex assisted with this contribution. I reviewed the generated changes and am responsible for them.
Testing
rg -n "ghcr\.io/updatecli/policies/file|update-kwctl-cli-ref-docs|update-policy-server-cli-ref-docs" updatecli .github || trueyq e . updatecli/update-cli-ref-docs.yaml >/dev/nullyq e . updatecli/updatecli.d/copy-cli-ref-docs.yaml >/dev/nullcli-docs.mdexists onkubewarden/kwctlandkubewarden/policy-servermain branches withgh apigit diff --cached --checkI could not run the Updatecli compose locally because
updatecliis not installed, and pullingghcr.io/updatecli/updatecli:v0.94.0with Docker is denied by GHCR in this environment.