Skip to main content

CLI

At the current time, the CLI is purely for generating projects/getting started. You can run it as follows:

init command

int Project ID from the UI. Project must already be created.
Keyword-only argument.

str API key from the UI.
Keyword-only argument.

str Login from the API — full email.
Keyword-only argument.

str Name corresponding to the template to create. Options are [hello_world|machine_learning|time_series_feature_engineering|data_processing].
Keyword-only argument.

str The path to where the project should be created.