bee repo clone
Overview
Section titled “Overview”Clone a repository
By default the SSH URL is used; pass --http to clone over HTTPS instead.
bee repo clone [flags] <REPOSITORY>Arguments
Section titled “Arguments”-
REPOSITORY - Repository name or ID
-
-p,--project <id> - Project ID or project key (required)
-
-d,--directory <path> - Directory to clone into
-
--http - Clone using HTTP URL instead of SSH
-
--json <fields> - Output as JSON (optionally filter by field names, comma-separated)
-
-s,--space <hostname> - Space hostname
Examples
Section titled “Examples”Clone a repository
bee repo clone api-server -p PROJECT_KEYClone to a specific directory
bee repo clone api-server -p PROJECT_KEY --directory ./destClone using HTTP URL
bee repo clone api-server -p PROJECT_KEY --httpEnvironment variables
Section titled “Environment variables”-
BACKLOG_PROJECT - Project ID or project key (required)
-
BACKLOG_SPACE - Space hostname
-
BACKLOG_API_KEY - Authenticate with an API key
-
BACKLOG_PROJECT - Default project ID or project key