Commands
The root command is thesis (version 0.0.1).
thesis
thesis [command] [options]
- Notes
- If you run
thesiswith no command, it behaves likethesis --help. - Global flags like
--helpand--versionare provided by Commander.
- If you run
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.