# Integrating the CLI in the CI

The Seal CLI was designed to be easily integrated as part of an organization's CI pipeline.

The Seal CLI will replace vulnerable packages according to the way it's configured. This includes a possibility for [complete automation](/fundamentals/deployments/automatic-remediation.md), whereby any vulnerable package is automatically replaced with its sealed version, as well as [other configurations](/fundamentals/deployments/choosing-your-deployment-method.md) that can give developers and security teams varying degrees of control over the process.

By using the CLI Seal can provide you with the clearest picture of what vulnerable package you're using where, as well as track the deployment of sealed packages throughout the organization. Moreover, using the CLI bypasses a lot of quirky behaviors of individual package managers, thereby simplifying the sealing process even for manual users.

There are two main setups that are presently supported:

1. GitHub actions - For instructions about how to use Seal's GitHub Action see [here](/fundamentals/cli/integrating-with-the-ci.md#github-actions).
2. Other CI platforms - For instructions about how to integrate Seal's CLI into other CI platforms see [here](/fundamentals/cli/integrating-with-the-ci.md#other-ci-platforms).

To quickly run an example on your machine without configuring your CI see the [usage examples](broken://pages/HrBcmTSsQIJGkI76IPPk).


---

# 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/readme/package-sealing/integrating-the-cli-in-the-ci.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.
