Initialize a cpm project.
cpm project initList projects.
cpm project listClone a repository to the root directory configured in ctx.config.rootDir.
cpm project clone <url>Arguments:
url: URL of the git repository.
Outputs:
org: Organization name extracted from URL.repo: Repository name extracted from URL.path: Locally cloned directory.
Go to project folder. If there are multiple repositories available for given query this will prompt user to select.
cpm project goto <query>Arguments:
query: Pattern to search. Example:cpm find Cloudimpl-Inc/cpm
Outputs:
org: Organization name extracted from URL.repo: Repository name extracted from URL.path: Locally cloned directory.
Sync project.
cpm project sync