# all packages
bin/phpunit
# single package
bin/phpunit user-bundle
# all packages
bin/cs
# single package
bin/cs user-bundle
# all packages
bin/sa
# single package
bin/sa user-bundle
To checkout another open pull request from this repository use:
bin/pr <pr-number>
It will add a new git remote github-pr-XXX
pointing to the author's SSH URL and checkout their branch locally using
the same name.
To setup a test project use:
bin/create-project
It will create a new Symfony skeleton application and ask you which bundles to install. The bundles can be automatically symlinked to your local clone after.
To quickly see if CI is likely to pass use:
bin/smoke-test
Using Lando
lando bash 'bin/<cmd> <arg>'