motivo / liberiser-pipeline-cli
Laravel zero application to create bitbucket.yml files in a easy way.
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Type:project
pkg:composer/motivo/liberiser-pipeline-cli
Requires
- php: ^7.1.3
 - illuminate/database: 5.7.*|5.8.*|6.0.*
 - laravel-zero/framework: 5.8.*|6.0.*
 
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.15
 - fzaninotto/faker: ^1.8
 - mockery/mockery: ^1.0
 - phpunit/phpunit: ^7.5
 
This package is auto-updated.
Last update: 2022-02-19 18:33:13 UTC
README
The idea behind this cli tool is to make it easier to add a bitbucket-pipelines.yml file to your current working directory project. This will also publish a few deploy scripts that are needed for the deployment itself.
Documentation
How to install the liberiser-pipeline-cli tool?
- run 
composer global require motivo/liberiser-pipeline-cli - Run the following command 
pipeline-cli install 
How to publish the deploy files for your project?
- run 
pipeline-cli publish --force-install=true - Fill in all needed information.
 - Check the 
bitbucket-pipelines.ymlin your project folder to make sure everything is setup how you wanted it. - If needed edit the files and sub files in the 
build/scriptsfolder. 
License
Liberiser pipeline-cli is an open-source software licensed under the MIT license.