Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion app/cli/documentation/cli-reference.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
title: CLI Command Reference
title: Command Line Reference (OSS)
---

<Note>
[The Enterprise Edition CLI](/command-line-reference/cli-ee-reference) provides additional platform management features, available with [paid plans](https://chainloop.dev/pricing).
</Note>

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.

Expand Down
6 changes: 5 additions & 1 deletion app/cli/documentation/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@ import (
)

const fileHeader = `---
title: CLI Command Reference
title: Command Line Reference (OSS)
---

<Note>
[The Enterprise Edition CLI](/command-line-reference/cli-ee-reference) provides additional platform management features, available with [paid plans](https://chainloop.dev/pricing).
</Note>

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.

Expand Down
Loading