# CLI Reference

When MCP tools are unavailable, use `lune` CLI.

## Showing task details

```bash
lune task show ID
```

Accepts UUID or `lunatask://` deep link. Due to encryption, name/note aren't visible—only metadata.

## Updating status

```bash
lune task update ID -s STATUS
```

Valid statuses depend on the area's workflow (see `lune area list`).

## Marking complete

```bash
lune done ID
```
