Command download:package (PR #15)
➜ cli git:(feat/package) ✗ ./bin/continuousphp package:download --help Usage:
package:download [options] [--] <provider> <repository> [<destination>]
Arguments:
provider The repository provider
repository The repository name
destination The destination path of package file, by default current workdir
Options:
-r, --ref[=REF] The git reference
-i, --id[=ID] The build ID
-t, --type[=TYPE] The package type (deploy|test) [default: "deploy"]
-p, --pr[=PR] The Pull Request ID
--token[=TOKEN] The token of the continuousphp user
--profile[=PROFILE] The profile of the configured credentials. See route configure
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Help:
This command download package for latest build of pipeline the one you specify by build ID.