Registry stack documentation: machine-readable Markdown.
Index of all pages: https://docs.registrystack.org/llms.txt
Full corpus: https://docs.registrystack.org/llms-full.txt

# mint command reference

> Generated syntax and options for mint.

{/* Generated from Clap command definitions by scripts/generate-cli-reference.mjs. Run npm run generate. */}

Registry Stack token issuer.

## Contract status

This page is generated from the public Clap command tree. Hidden implementation commands are omitted.

## Usage

```text
mint <COMMAND>
```

## Commands

| Command | Description |
| --- | --- |
| [`check`](./check/) | Load the configuration, keys, audit chain, and client registry, then exit |
| [`serve`](./serve/) | Serve the token endpoint until terminated |
| [`verify-audit`](./verify-audit/) | Verify the retained keyed Mint audit chain named by the configuration |
| [`token`](./token/) | Obtain an access token from a running token endpoint, as a client would |

## Options

| Option | Always required | Default | Values | Environment | Description |
| --- | --- | --- | --- | --- | --- |
| `-h, --help` | No | n/a | n/a | n/a | Print help |
| `-V, --version` | No | n/a | n/a | n/a | Print version |

## Generation contract

Run `npm run generate` from `docs/site` after changing a public command, argument, option, default, environment binding, or help description.