motivo/liberiser-pipeline-cli

Laravel zero application to create bitbucket.yml files in a easy way.

v0.0.9 2019-10-02 13:10 UTC

README

Total Downloads Latest Stable Version License

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?

  1. run composer global require motivo/liberiser-pipeline-cli
  2. Run the following command pipeline-cli install

How to publish the deploy files for your project?

  1. run pipeline-cli publish --force-install=true
  2. Fill in all needed information.
  3. Check the bitbucket-pipelines.yml in your project folder to make sure everything is setup how you wanted it.
  4. If needed edit the files and sub files in the build/scripts folder.

License

Liberiser pipeline-cli is an open-source software licensed under the MIT license.