Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 535 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 535 Bytes

Contributing

Development of the Platform.sh CLI happens in public in the GitHub repository. Issues and pull requests submitted via GitHub are very welcome.

Developing locally

If you clone this repository locally, you can build it with:

composer install

Run the CLI from the local source with:

./bin/platform

Run tests with:

./vendor/bin/phpunit -c ./phpunit.xml

Tests are also run on Travis CI: https://travis-ci.org/platformsh/platformsh-cli