lep

Lep is the main entry point for the Lepton AI commandline interface. It provides a set of commands to create and develop photons locally, and deploy them to the Lepton AI cloud. It also provides a set of commands to manage resources on the cloud, such as workspaces, deployments, secrets, and storage. To intall it, run

pip install -U leptonai

Usage

lep [OPTIONS] COMMAND [ARGS]...

Options

  • -v, --version : Show the version and exit.
  • --help : Show this message and exit.

Commands

  • deployment : Manage deployments on the Lepton AI cloud.
  • file : Manage File storrage on the Lepton AI cloud.
  • job : Manages Lepton Jobs.
  • kv : Manage KV stores on the Lepton AI cloud.
  • login : Login to the Lepton AI cloud.
  • logout : Logout of the Lepton AI cloud.
  • objectstore : Manage the object store on the Lepton AI cloud.
  • photon : Manages photons locally and on the Lepton AI cloud.
  • pod : Manages pods on the Lepton AI cloud.
  • queue : Manage queues on the Lepton AI cloud.
  • run : Runs a photon.
  • secret : Manage secrets on the Lepton AI cloud.
  • storage : Manage File storrage on the Lepton AI cloud.
  • workspace : Manage workspace access to the Lepton AI cloud.