From e586d41d0de9f1d5159e8f3229adc6f12c2e8944 Mon Sep 17 00:00:00 2001 From: Sylwester Piskozub Date: Fri, 17 Oct 2025 16:54:27 +0200 Subject: [PATCH 1/3] update header Signed-off-by: Sylwester Piskozub --- app/cli/documentation/cli-reference.mdx | 6 +++++- app/cli/documentation/generate.go | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/app/cli/documentation/cli-reference.mdx b/app/cli/documentation/cli-reference.mdx index 3926bdf32..b0f541c4e 100755 --- a/app/cli/documentation/cli-reference.mdx +++ b/app/cli/documentation/cli-reference.mdx @@ -1,7 +1,11 @@ --- -title: CLI Command Reference +title: CLI OSS Command Reference --- + +[The Enterprise Edition CLI](/command-line-reference/cli-ee-reference) provides additional platform management features, available with [paid plans](https://chainloop.dev/pricing). + + Chainloop CLI is a command-line tool designed to streamline the process of crafting, managing, and storing software supply chain attestations. The CLI enables developers to generate and submit evidence-such as build artifacts, SBOMs, and vulnerability reports-directly from their CI/CD workflows, ensuring compliance with organizational policies without introducing friction into the development process. diff --git a/app/cli/documentation/generate.go b/app/cli/documentation/generate.go index 0dfb5cd85..f226ddf82 100644 --- a/app/cli/documentation/generate.go +++ b/app/cli/documentation/generate.go @@ -31,9 +31,13 @@ import ( ) const fileHeader = `--- -title: CLI Command Reference +title: CLI OSS Command Reference --- + +[The Enterprise Edition CLI](/command-line-reference/cli-ee-reference) provides additional platform management features, available with [paid plans](https://chainloop.dev/pricing). + + Chainloop CLI is a command-line tool designed to streamline the process of crafting, managing, and storing software supply chain attestations. The CLI enables developers to generate and submit evidence-such as build artifacts, SBOMs, and vulnerability reports-directly from their CI/CD workflows, ensuring compliance with organizational policies without introducing friction into the development process. From 3ab5c42bc75d48aee99bc64f66996fa05cd93f18 Mon Sep 17 00:00:00 2001 From: Sylwester Piskozub Date: Mon, 20 Oct 2025 09:21:38 +0200 Subject: [PATCH 2/3] title change Co-authored-by: Miguel Martinez Trivino Signed-off-by: Sylwester Piskozub --- app/cli/documentation/generate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cli/documentation/generate.go b/app/cli/documentation/generate.go index f226ddf82..3459c4efc 100644 --- a/app/cli/documentation/generate.go +++ b/app/cli/documentation/generate.go @@ -31,7 +31,7 @@ import ( ) const fileHeader = `--- -title: CLI OSS Command Reference +title: Command Line Reference (OSS) --- From e5d4c3a120e4cac527d14c0695672af0bdc97a32 Mon Sep 17 00:00:00 2001 From: Sylwester Piskozub Date: Mon, 20 Oct 2025 09:41:08 +0200 Subject: [PATCH 3/3] gen code Signed-off-by: Sylwester Piskozub --- 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 b0f541c4e..c5507139c 100755 --- a/app/cli/documentation/cli-reference.mdx +++ b/app/cli/documentation/cli-reference.mdx @@ -1,5 +1,5 @@ --- -title: CLI OSS Command Reference +title: Command Line Reference (OSS) ---