@andrewjamesbibby/forgery
v1.0.0
Published
A command line tool for Laravel forge
Downloads
6
Readme
About The Project
When dealing with multiple servers on a daily basis it is important to have all information available when required.
Forgery makes it simple to manage all aspects of Forge server and site management. Forgery makes use of the Forge API to build up requests and display responses quickly and easily.
All user input is gathered via interactive menus which means no need to remember any command line flags or know which parameters an api call requires. Simply navigate around using the menus and inputs.
Note: Forgery has been developed and tested on Mac OS only. Please report an issue if there are any problems on other platforms.
Getting Started
Prerequisites
This tool requires that Node.js and NPM are both installed. Instructions to install can be found at https://nodejs.org/en/
Installation
1/ Install globally:
npm install -g @andrewjamesbibby/forgery
2/ Open Forgery anywhere:
forgery
3/ Navigate to 'Settings' and enter Forge API key when prompted
Note: The API Key will be stored at ~/.config/configstore/forgery.json so ensure to remove this file if Forgery is uninstalled and no longer required
4/ Now manage your servers!
Screenshots
Create server
Scheduler
Firewall Rules
Note: Some sub-menus (e.g for example when managing configuration or environment files) will open your default terminal editor such as nano. Once contents are saved the information will be transferred to the input field
Contributing
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/your-feature
) - Commit your Changes (
git commit -m 'Add some feature'
) - Push to the Branch (
git push origin feature/your-feature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE
for more information.
Contact
Twitter: @andrewjbibby
Project Link: https://github.com/andrewjamesbibby/forgery