# CLI

This section explains how to download, install, and use the Seal's CLI to both scan and fix your open-source vulnerabilities.

The CLI has three primary uses:

1. To replace vulnerable packages with sealed ones, when running as part of your CI.
2. To report what vulnerabilities you have, when running as part of your CI.
3. To allow developers to conveniently create pull requests defining which packages to seal.

Learn more about how to use the CLI in the following sections.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sealsecurity.io/fundamentals/cli.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
