catalog clone

Clone an existing catalog from a remote URL.

--name and --path are mutually exclusive; with neither, a default location derives from the source URL.

Usage

xorq catalog clone URL [OPTIONS]

Arguments

  • URL—The git URL of the source catalog repository.

Options

Option Default Description
-n, --name none Destination catalog name.
-p, --path none Destination repo path.

Examples

# Clone to the default location
xorq catalog clone git@github.com:acme/analytics-catalog.git
# Clone under a specific name
xorq catalog clone git@github.com:acme/analytics-catalog.git --name analytics
# Clone to an explicit path
xorq catalog clone git@github.com:acme/analytics-catalog.git --path ./catalogs/analytics

See also