From c22407659ff3b522735d7c86d86a0fcb69489520 Mon Sep 17 00:00:00 2001 From: Miguel Martinez Trivino Date: Wed, 15 Jul 2026 18:47:33 +0200 Subject: [PATCH] fix(cli): regenerate cli-reference.mdx after PR mode decouple PR #3289 changed the --pr flag help text but didn't regenerate the CLI documentation, causing the ent CI generated-code check to fail. Run go generate ./... in app/cli/documentation to sync cli-reference.mdx. Signed-off-by: Miguel Martinez Trivino --- app/cli/documentation/cli-reference.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cli/documentation/cli-reference.mdx b/app/cli/documentation/cli-reference.mdx index b0eb5cf65..89558b5b5 100755 --- a/app/cli/documentation/cli-reference.mdx +++ b/app/cli/documentation/cli-reference.mdx @@ -350,7 +350,7 @@ Options -h, --help help for init --latest-version use the latest existing project version instead of specifying one --mark-latest explicitly mark the project version as latest (default: automatic for new versions; use =false to skip promotion) (default true) ---pr mark this attestation as a pull/merge request build (skips latest promotion and sets the chainloop.dev/is-pull-request annotation; auto-detected from CI env if not set) +--pr mark this attestation as a pull/merge request build (sets the chainloop.dev/is-pull-request annotation; auto-detected from CI env if not set) --project string name of the project of this workflow --release promote the provided version as a release --remote-state Store the attestation state remotely