thesis Developers

Commands

The root command is thesis (version 0.0.1).

thesis: The AI-native platform for data science & machine learning.

thesis

thesis [command] [options]
  • Notes
    • If you run thesis with no command, it behaves like thesis --help.
    • Global flags --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 server — Start, stop, and check status of the local Core API server. See Server.
  • thesis dataset — CRUD + upload datasets via the local Core API. See Dataset.
  • thesis model — CRUD + upload models via the local Core API. See Model.
  • thesis experiment — List, get, pause experiments and inspect the control plane. See Experiment.
  • thesis app — Launch the Thesis scientific computing app UI + local Core API. See App.