ibourgeois/torch

Laravel Docker CLI

dev-master 2018-04-06 04:53 UTC

This package is auto-updated.

Last update: 2024-04-19 21:11:52 UTC


README

Docker Continuous Integration CLI for Laravel and/or Lumen

Installation

composer require ibourgeois/torch

ToDo

  • torch:init Initialize Torch
  • torch:server Add/Remove servers
  • torch:fuel Manage Docker services
  • torch:ignite Initialize servers
  • torch:up Deploy application
  • torch:down Rollback Deployment
  • torch:ci Run CI commands
  • torch:config Configure Torch
  • torch:start Start environment
  • torch:stop Stop environment
  • torch:console Open environment console

Initialize Torch

torch:init will publish a torch directory into the root of the application. It will publish a config file as well as make the other torch commands available.

Initialize Torch without default presets

php artisan torch:init

Initialize torch with default presets

php artisan torch:init --default