Overview
Thepup init command initializes a new Pupload project in the current directory. This creates the necessary project structure and configuration files to get started with Pupload.
Usage
Arguments
The name of the project to initialize. This will be used in project configuration and metadata.
Examples
Initialize a new project
Common workflow
The
pup init command must be run from the directory where you want to create your project. It will initialize the project in the current working directory.What gets created
When you runpup init, the following project structure is created:
- Project configuration files
- Default directory structure for flows and nodes
- Example configuration templates
Related commands
- pup dev - Start a local development controller and worker
- pup validate - Validate your project flows