This documents inflexa v0.3.1 exactly. It comes from the release itself, so it cannot drift from the binary you installed. New to inflexa? Start with the quickstart.
inflexa
Launch the interactive TUI (default), or run one of the commands below.
Usage
inflexa [options] [command]
Options
| Option | Description | Default |
|---|---|---|
-V, --version |
output the version number | |
--analysis <id|name> |
Operate on a specific analysis | |
--project <name> |
Scope to a project |
Commands
| Command | Description |
|---|---|
inflexa sessions |
List saved sessions |
inflexa config |
View and change settings |
inflexa new |
Create an analysis anchored at the current directory and open its chat |
inflexa ls |
List recent analyses |
inflexa resume |
Reopen an analysis's chat by id or name |
inflexa open |
Open an analysis's workspace (inputs, run artifacts, reports, provenance) in the file browser |
inflexa status |
Print what inflexa resolves to right now (loud context) |
inflexa analysis |
Manage analyses (grouping) |
inflexa project |
Manage projects (optional grouping of analyses) |
inflexa prov |
Provenance — the recorded history of an analysis's inputs and actions |
inflexa repair |
Reconcile the anchor marker at <path> (default: current directory) |
inflexa relocate |
Re-point a moved anchor — one path pair, or all anchors under a prefix with --from/--to |
inflexa prune |
Drop anchors whose folders are confirmed gone and unrecoverable |
inflexa auth |
Manage authentication (Auth0 device flow) |
inflexa up |
Start the inflexa infrastructure containers (proxy + Postgres) |
inflexa down |
Stop the inflexa infrastructure containers |
inflexa setup |
Install, authenticate, and start CLIProxyAPI and Postgres (Docker or Podman); optionally configure embeddings |
inflexa refs |
Manage reference data mounted read-only in sandboxes at /mnt/refs |
inflexa sandbox |
Manage the sandbox image (R/Python/conda/node packages baked in) |
See also
- Environment — paths and environment variables the CLI reads