Skip to content

Pierozi/cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ContinuousPHP

Build Status

ContinuousPHP© is the first and only PHP-centric PaaS to build, package, test and deploy applications in the same workflow.

ContinuousPHP\Cli

CLI for the ContinuousPHP platform. Manage projects and build easily from your favorite terminal.

Installation as Phar ( Recommended )

Download the latest version of continuousphp cli as a Phar:

$ curl -LSs https://continuousphp.github.io/cli/phar-installer.php | php

The command will check your PHP settings, warn you of any issues, and then download it to the current directory. From there, you may place it anywhere you want to make it easier to access (such as /usr/local/bin) and chmod it to 755. You can even rename it to just continuousphp to avoid having to type the .phar extension every time.

Documentation

You can find Markdown documentation into docs subfolder or on web version at https://continuousphp.github.io/cli/doc Thanks to open an issue if you see something missing in our documentation.

Credit

This project was made based on Open-Source project, thanks to them!

Contributing

  1. Fork it 👏
  2. Create your feature branch: git checkout -b feat/my-new-feature
  3. Write your Unit and Functional tests
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin feat/my-new-feature
  6. Submit a pull request with the details of your implementation
  7. Take a drink during our review and merge 🍻

Packages

 
 
 

Languages

  • PHP 95.8%
  • Shell 4.2%