2017 © Pedro Peláez
 

library hammer

Laravel Forge CLI

image

nckg/hammer

Laravel Forge CLI

  • Friday, January 20, 2017
  • by nckg
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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, (*1)

Installation

composer global require nckg/hammer

Than you want to set your Forge credentials., (*2)

hammer register [e-mail] [password]

Available commands

Save your Forge credentials., (*3)

hammer register [e-mail] [password]

Returns a list of your servers., (*4)

hammer list:servers

Returns a list of your sites on a given server., (*5)

hammer list:sites [server_id]

Deploy a site., (*6)

hammer site:deploy [site_id]

License

Hammer is free software distributed under the terms of the MIT license., (*7)

The Versions