Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 743 Bytes

ag-clone.asciidoc

File metadata and controls

19 lines (13 loc) · 743 Bytes

ag-clone(1)

NAME

ag-clone - clone project.

SYNOPSIS

'ag clone' [-p | --parallel] [<project file url>]

DESCRIPTION

Clones all project components into subdirectories (named after component names) of the working directory. If a component has an alias, a symlink, named after it, is created and points to the component directory.

If url is specified, downloads the project file from the given location (curl is required for this). Otherwise, requires agnostic.yaml file to present in the working directory.

OPTIONS

-p
--parallel

Clone all components in parallel. VCS output is suppressed, so this mode won’t work, if VCS asks for something (password, host authenticity confirmation, etc).