コンテンツにスキップ

bee repo clone

Clone a repository

By default the SSH URL is used; pass --http to clone over HTTPS instead.

Terminal window
bee repo clone [flags] <REPOSITORY>
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

Clone a repository

Terminal window
bee repo clone api-server -p PROJECT_KEY

Clone to a specific directory

Terminal window
bee repo clone api-server -p PROJECT_KEY --directory ./dest

Clone using HTTP URL

Terminal window
bee repo clone api-server -p PROJECT_KEY --http
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