<!-- GENERATED from cli-spec.json v0.0.0-stub — do not edit -->

Inspect or verify the licence Rendlio would use.

```
rendlio license <subcommand> [<file>]
```

## Arguments

| Argument | Value | Required | Meaning |
|---|---|---|---|
| `<subcommand>` | `info\|validate` | yes | `info` prints the licence source, entity (`sub`), tier, `maintenance_until`, this build's release date, and the verdict. `validate` verifies a licence file without converting. |
| `<file>` | `FILE` | no | The licence file to verify. Required by `validate`; `info` takes no argument. |

## Examples

Who, which tier, maintenance date, verdict. Exit 0 always — this command is informational.

```bash
rendlio license info
```

The scriptable check: exit 0 valid, exit 3 invalid.

```bash
rendlio license validate acme.license
```

## See also

- [Global options](/docs/cli#global-options) and [environment variables](/docs/cli#environment-variables) — they apply here too
- [Exit codes](/docs/cli#exit-codes) — what `rendlio license` returns and what it promises