Loading...
Last updated on
The gensx project create
command creates a new project in your GenSX organization. Projects are containers for environments, workflows, and deployments.
gensx project create [name] [options]
Argument | Description |
---|---|
[name] | Name of the project (optional if specified in gensx.yaml) |
Option | Description |
---|---|
-d, --description <desc> | Optional project description |
--env <name> | Initial environment name |
-y, --yes | Automatically answer yes to all prompts |
-h, --help | Display help for the command |
# Create from gensx.yaml configuration
gensx project create
# Create a project with prompts
gensx project create my-project
# Create a project with specific environment
gensx project create my-project --env staging
# Create a project with description
gensx project create my-project --description "My data processing pipeline"
# Create a project automatically (skip prompts)
gensx project create my-project --yes
gensx login
)gensx.yaml
in the current directory