connorvg / forge-deploy
A simple CLI for deploying forge websites.
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/connorvg/forge-deploy
Requires
- guzzlehttp/guzzle: ~5.0
- symfony/console: ~2.3
This package is not auto-updated.
Last update: 2025-10-07 08:50:39 UTC
README
Installing Deploy
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.
Usage
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]