Skip to main content
Orbitra CLI orbitra is a command-line interface for the Orbitra platform. This interface allows developers to execute different platform functionalities without writing a full Python script. The base version of the Orbitra CLI wraps commands from the Orbitra Commons SDK, such as authentication, account, email and secrets commands. If a developer needs functionalities from the Orbitra Lake or Orbitra Flows SDKs, those contexts can be plugged into the base version once the modules are installed in the environment.

Command groups

Every command and group supports --help:

Examples

Lets say you need to run a deployment that creates tables and then check the result. You can chain a few commands:
Or, for an agent verifying data across multiple tables to confirm information for a user: