nckg / hammer
Laravel Forge CLI
0.1.0
2017-01-20 14:09 UTC
Requires
- illuminate/encryption: ^5.3
- mpociot/blacksmith: ^0.3.1
- symfony/console: ~2.7|~3.0
- symfony/process: ~2.7|~3.0
- vlucas/phpdotenv: ^2.4
- webdevvie/emoji: ^1.2
This package is auto-updated.
Last update: 2024-10-27 01:59:27 UTC
README
Introduction
This is a CLI tool for your Forge servers. It is heavily inspired by forge-connect and uses Blacksmith to connect to Forge
Installation
composer global require nckg/hammer
Than you want to set your Forge credentials.
hammer register [e-mail] [password]
Available commands
Save your Forge credentials.
hammer register [e-mail] [password]
Returns a list of your servers.
hammer list:servers
Returns a list of your sites on a given server.
hammer list:sites [server_id]
Deploy a site.
hammer site:deploy [site_id]
License
Hammer is free software distributed under the terms of the MIT license.