diff --git a/app/cli/documentation/cli-reference.mdx b/app/cli/documentation/cli-reference.mdx
index 3926bdf32..c5507139c 100755
--- a/app/cli/documentation/cli-reference.mdx
+++ b/app/cli/documentation/cli-reference.mdx
@@ -1,7 +1,11 @@
---
-title: CLI Command Reference
+title: Command Line Reference (OSS)
---
+
+[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..3459c4efc 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: Command Line Reference (OSS)
---
+
+[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.