| Package Data | |
|---|---|
| Maintainer Username: | ConnorVG |
| Maintainer Contact: | connor@connorvg.tv (Connor S. Parks) |
| Package Create Date: | 2014-12-17 |
| Package Last Update: | 2014-12-17 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-27 03:21:13 |
| Package Statistics | |
|---|---|
| Total Downloads: | 20 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 0 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Use the composer global command:
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.
Once you have installed, you're ready to add deployments:
forge-deploy save [name] [endpoint]
To update a deployment:
forge-deploy update [name] [new-endpoint]
To delete a deployment:
forge-deploy delete [name]
Finally, to deploy:
forge-deploy deploy [name]