Docs
DAGWorks CLI
Instructions on how to use the DAGWorks CLI.
CLI
At the current time, the CLI is purely for generating projects/getting started. You can run it as follows:
init command
project-id
project-id
int
Project ID from the UI. Project must already be created.
Keyword-only argument.
api-key
api-key
str
API key from the UI.
Keyword-only argument.
username
username
str
Login from the API — full email.
Keyword-only argument.
template
template
str
Name corresponding to the template to create. Options are [hello_world|machine_learning|time_series_feature_engineering|data_processing].
Keyword-only argument.
location
location
str
The path to where the project should be created.