Skip to content

Commit 2d52268

Browse files
Piskoomigmartri
andauthored
docs(cli): update header (#2470)
Signed-off-by: Sylwester Piskozub <sylwesterpiskozub@gmail.com> Co-authored-by: Miguel Martinez Trivino <migmartri@gmail.com>
1 parent e99e737 commit 2d52268

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

app/cli/documentation/cli-reference.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
2-
title: CLI Command Reference
2+
title: Command Line Reference (OSS)
33
---
44

5+
<Note>
6+
[The Enterprise Edition CLI](/command-line-reference/cli-ee-reference) provides additional platform management features, available with [paid plans](https://chainloop.dev/pricing).
7+
</Note>
8+
59
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,
610
and vulnerability reports-directly from their CI/CD workflows, ensuring compliance with organizational policies without introducing friction into the development process.
711

app/cli/documentation/generate.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@ import (
3131
)
3232

3333
const fileHeader = `---
34-
title: CLI Command Reference
34+
title: Command Line Reference (OSS)
3535
---
3636
37+
<Note>
38+
[The Enterprise Edition CLI](/command-line-reference/cli-ee-reference) provides additional platform management features, available with [paid plans](https://chainloop.dev/pricing).
39+
</Note>
40+
3741
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,
3842
and vulnerability reports-directly from their CI/CD workflows, ensuring compliance with organizational policies without introducing friction into the development process.
3943

0 commit comments

Comments
 (0)