---
title: Commands
description: The nori binary's subcommands and flags.
status: draft
sidebar:
  order: 1
---

*This page will be generated from the CLI's own definitions (the clap command
tree renders directly to markdown). Until the regen script lands, the surface
is summarized by hand:*

```
nori [OPTIONS] [PROMPT]      interactive TUI (the default)
nori resume [--last|<id>]    resume a recorded session (--all: any directory)
nori cloud                   TUI against a cloud session (see guides/cloud)
nori login | logout          agent login helpers
nori sandbox <platform>      run a command inside the agent's sandbox
nori skillsets ...           passthrough to nori-skillsets
nori completions <shell>     shell completions
```

Common flags: `-a/--agent <slug>`, `-p/--profile`, `-i/--image`, `-C/--cd
<dir>`, `--add-dir`, `-c key=value` (config override),
`--dangerously-bypass-approvals-and-sandbox` (`--yolo`).
