Skip to content

Commit 7e01efd

Browse files
mikeromardgitbook-bot
authored andcommitted
GITBOOK-9740: MR update CLI version in AIBOM prereqs
1 parent 26c8d4e commit 7e01efd

File tree

1 file changed

+5
-5
lines changed
  • docs/developer-tools/snyk-cli/commands

1 file changed

+5
-5
lines changed

docs/developer-tools/snyk-cli/commands/aibom.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# AI-BOM
22

3-
**Note**: AI-BOM is an experimental feature and is subject to breaking changes without notice.
3+
**Note**: AI-BOM is an experimental feature and is subject to breaking changes without notice. If you are using AI-BOM, Snyk recommends installing the Snyk CLI from the [preview release](../releases-and-channels-for-the-snyk-cli.md#preview) channel.
44

55
## Prerequisites
66

77
* The `snyk aibom` feature requires an internet connection. 
8-
* Install the Snyk CLI from the [preview release](../releases-and-channels-for-the-snyk-cli.md#preview) channel.
9-
* Your Project must be Python and with a [package manager](../../../supported-languages/supported-languages-list/python/) supported by Snyk.
8+
* Snyk CLI v1.1298.3 (or later).
9+
* Your Project must be written in Python and using a [package manager](../../../supported-languages/supported-languages-list/python/) supported by Snyk.
1010

1111
## Usage
1212

@@ -20,7 +20,7 @@ The supported format is CycloneDX v1.6 (JSON).
2020

2121
In the JSON file, you can see the following AI dependencies and components:
2222

23-
* **Models:** You can see your usage of foundational models (such as GPT-4) and open source models (such as Llama-4). Where possible, the information surfaced also refers to model card, license, and other information.
23+
* **Models:** You can see your usage of foundational models (such as GPT-4) and open-source models (such as Llama-4). Where possible, the information surfaced also refers to model card, license, and other information.
2424
* **Agents:** Identified based on popular AI agent libraries.
2525
* **Tools:** Identified based on popular patterns of tool calling.
2626
* **MCPs:** Identified based on the official MCP SDK, in addition to other popular ways of building MCPs.
@@ -47,7 +47,7 @@ Required. Use experimental command features. This option is required because the
4747

4848
### `--org=<ORG_ID>`
4949

50-
Specify the `<ORG_ID>`to run Snyk commands tied to a specific Snyk Organization. The `<ORG_ID>` influences private test limits.
50+
Specify the `<ORG_ID>` to run Snyk commands tied to a specific Snyk Organization. The `<ORG_ID>` influences private test limits.
5151

5252
If you have multiple Organizations, you can set a default from the CLI using:
5353

0 commit comments

Comments
 (0)