Skip to content

Releases: continuousphp/cli

ApiUrl Option

30 Jul 10:12
a17bc29
Compare
Choose a tag to compare

#19 Add ApiUrl option to change baseUrl of SDK

Reset Web Hooks

05 Nov 18:03
c6bf9ff
Compare
Choose a tag to compare

#17 Implementation of command to reset web hooks of many project at same time

Command package:download

14 May 15:15
Compare
Choose a tag to compare

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

29 Jun 08:19
Compare
Choose a tag to compare

#12 continuousphpcli.phar was renamed into continuousphp.phar

Continuous CLI - Basic Command

28 Jun 16:05
Compare
Choose a tag to compare

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

28 Jun 13:52
Compare
Choose a tag to compare
v0.1.8

fix deploy doc