2017 © Pedro Peláez
 

library forge-deploy

A simple CLI for deploying forge websites.

image

connorvg/forge-deploy

A simple CLI for deploying forge websites.

  • Wednesday, December 17, 2014
  • by ConnorVG
  • Repository
  • 0 Watchers
  • 1 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Installing Deploy

Use the composer global command:, (*1)

composer global require "connorvg/forge-deploy=~1.0"

Make sure to place the ~/.composer/vendor/bin directory in your PATH so the forge-deploy executable is found when you run the forge-deploy command in your terminal., (*2)

Usage

Once you have installed, you're ready to add deployments:, (*3)

forge-deploy save [name] [endpoint]

To update a deployment:, (*4)

forge-deploy update [name] [new-endpoint]

To delete a deployment:, (*5)

forge-deploy delete [name]

Finally, to deploy:, (*6)

forge-deploy deploy [name]

The Versions

17/12 2014

dev-master

9999999-dev

A simple CLI for deploying forge websites.

  Sources   Download

MIT

The Requires

 

laravel forge

17/12 2014

1.0.0

1.0.0.0

A simple CLI for deploying forge websites.

  Sources   Download

MIT

The Requires

 

laravel forge