nckg / hammer by nckg

Laravel Forge CLI
7
1
2
Package Data
Maintainer Username: nckg
Maintainer Contact: nickgoris@gmail.com (Nick Goris)
Package Create Date: 2017-01-20
Package Last Update: 2017-01-20
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-05-03 03:01:18
Package Statistics
Total Downloads: 7
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 1
Total Open Issues: 0

Hammer for Laravel Forge

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.