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 (e.g. xxx.backlog.com, or your own domain)
-y,--yes- Skip confirmation prompt
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 (e.g. xxx.backlog.com, or your own domain)
BACKLOG_API_KEY- Authenticate with an API key
BACKLOG_SPACE- Space hostname
BACKLOG_PROJECT- Default project ID or project key