init (deprecated)

Initialize a new project

From PipeRider 0.25.0 it is not longer necessary to initialize a new project.

init will lead you through configuring a new data project according to the type of the data source selected. Refer to Supported Data Sources for a list of available connectors.

Initializing a project will generate a .piperider directory containing project configuration files such as .piperider/config.yml , .piperider/credentials.yml and others according to user inputs under your project directory.

OptionArgumentDescription

--dbt-project-dir

Path

Specify the path to the directory of a dbt project configuration

--dbt-profiles-dir

Path

Specify the path to the directory of a dbt profiles configuration

--debug

N/A

Enable debug mode

--help

N/A

List available commands

Last updated