Commands

The root command is thesis (version 0.0.1).

thesis

thesis [command] [options]
  • Notes
    • If you run thesis with no command, it behaves like thesis --help.
    • Global flags like --help and --version are provided by Commander.

Top-level commands

Each command below is registered in core/src/entrypoint.ts.

  • thesis auth — Manage authentication sessions. See Authentication.
  • thesis code — Terminal agent (interactive chat or --exec). See Code.
  • thesis app — Launch the app UI + local services. See App.
  • thesis server — Start/stop/status for the local Core API + Jupyter. See Server.
  • thesis dataset — CRUD + upload datasets in the local Core API. See Dataset.
  • thesis model — CRUD + upload models in the local Core API. See Model.
  • thesis experiment — List/get/pause experiments + view control plane. See Experiment.