Releases: continuousphp/cli
Releases · continuousphp/cli
ApiUrl Option
Reset Web Hooks
#17 Implementation of command to reset web hooks of many project at same time
Command package:download
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.
Rename PHAR
#12 continuousphpcli.phar
was renamed into continuousphp.phar
Continuous CLI - Basic Command
Commands:
- configure
- build:list
- build:start
- build:stop
- company:list
- project:list
- repo:list
Documentation: Installation & Configuration
Installation: installer script to download latest release
Continuous deployment: Build PHAR, sign with GPG and associate asset to github release
Testing Continuous Build Doc
v0.1.8 fix deploy doc