Skip to main content
Version: v3.x beta

Hasura DDN CLI: ddn create project

Synopsis

See documentation at: https://hasura.io/docs/3.0/ci-cd/projects/

$ ddn create project --help
See documentation at: https://hasura.io/docs/3.0/ci-cd/projects/

Usage:
ddn create project [flags]

Aliases:
project, Project

Examples:
# Create a Project on Hasura DDN and initialize a local Project directory
ddn create project --dir <path-to-project-dir>

# Create a Project on Hasura DDN without initializing a local Project directory
ddn create project --no-dir


Flags:
--ddn-id uuid The Data Delivery Network where the Project should be hosted
-d, --dir string Directory where the Project should be initialized
-h, --help help for project
--no-dir Create Project on Hasura DDN without initializing a local Project directory

Global Flags:
--log-level string Log level. Can be DEBUG, WARN, INFO, ERROR, or FATAL. (default "INFO")
--no-prompt Do not prompt for required but missing flags
--out string Output format. Can be table, json or yaml. (default "table")
-p, --project string DDN Project name
--supergraph-manifest string SupergraphManifest to use
Loading...