bee project create
Overview
Section titled “Overview”Create a project
Project key must consist of uppercase letters, numbers, and underscores. Omitted fields will be prompted interactively.
bee project create [flags]-
-k,--key <key> - Project key
-
-n,--name <name> - Project name
-
--chart-enabled - Enable chart
-
--subtasking-enabled - Enable subtasking
-
--project-leader-can-edit-project-leader - Allow project administrators to manage each other
-
--text-formatting-rule <rule> - Formatting rules
-
--json <fields> - Output as JSON (optionally filter by field names, comma-separated)
-
-s,--space <hostname> - Space hostname
Examples
Section titled “Examples”Create a project with key and name
bee project create --key TEST --name "Test Project"Create a project with markdown formatting
bee project create --key TEST --name "Test Project" --text-formatting-rule markdownCreate a project interactively
bee project createEnvironment variables
Section titled “Environment variables”-
BACKLOG_SPACE - Space hostname
-
BACKLOG_API_KEY - Authenticate with an API key