Development of the Platform.sh CLI happens in public in the GitHub repository. Issues and pull requests submitted via GitHub are very welcome.
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