> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
$schema: https://holocron.so/frontmatter.json
title: "secrets download"
description: "Download all secrets in a chosen format"
icon: lucide:download
---

Download all secrets in a chosen format

## Usage

```sh
sigillo secrets download
```

## Options

| Option                | Description                                                                               |
| --------------------- | ----------------------------------------------------------------------------------------- |
| `--format [fmt]`      | Output format: json, env, env-no-quotes, xargs, yaml, docker, dotnet-json (default: yaml) |
| `-p, --project [id]`  | Project ID override                                                                       |
| `--env [slug]`        | Env slug override (e.g. dev, prod)                                                        |
| `-c, --config [slug]` | Env slug override                                                                         |
| `--force`             | Allow printing secret values in agent shells                                              |

## Global Options

| Option            | Description                                                            |
| ----------------- | ---------------------------------------------------------------------- |
| `-h, --help`      | Display this message                                                   |
| `-v, --version`   | Display version number                                                 |
| `--token [token]` | Auth token override                                                    |
| `--api-url [url]` | API URL override (default: [https://sigillo.dev](https://sigillo.dev)) |


---

*Powered by [holocron.so](https://holocron.so)*
