nckg/hammer

Laravel Forge CLI

0.1.0 2017-01-20 14:09 UTC

This package is auto-updated.

Last update: 2024-04-27 00:55:51 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.