Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmitchell85/alforge
Alfred Workflow for Laravel Forge
https://github.com/vmitchell85/alforge
alfred forge laravel
Last synced: about 2 months ago
JSON representation
Alfred Workflow for Laravel Forge
- Host: GitHub
- URL: https://github.com/vmitchell85/alforge
- Owner: vmitchell85
- License: mit
- Created: 2017-03-21T12:25:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T18:54:45.000Z (about 3 years ago)
- Last Synced: 2024-10-13T00:12:51.582Z (2 months ago)
- Topics: alfred, forge, laravel
- Language: PHP
- Homepage:
- Size: 146 KB
- Stars: 52
- Watchers: 4
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alForge - Alfred Workflow for Laravel Forge
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)Quickly interact with your Forge servers & sites.
Latest stable version is tagged with a release and uploaded to [Packal.org](http://www.packal.org/workflow/alforge).
## Setup
1. Run `forge key ` and paste your API key in.
2. You should get a notification that the key was saved.
3. Run `forge open ` and start searching for your sites or servers.## Available Keywords
- `forge key {key}` : Sets your Forge API Key
- `forge open {site or server}` : Opens the specified server or site's Forge page in your browser
- `forge deploy {site}` : Deploys the site specified (must confirm)
- `forge env {site}` : Copies the env file of the site specified to your clipboard
- `forge ip {server}` : Copies the ip address of the specified server to your clipboard
- `forge reboot {server}` : Reboots the specified server (must confirm)
- `forge mysql {server}` : Restarts MySQL on the specified server (must confirm)
- `forge postgres {server}` : Restarts Postgres on the specified server (must confirm)
- `forge nginx {server}` : Restarts Nginx on the specified server (must confirm)
- `forge term {server}` : Opens SSH connection in Terminal to the specified server
- `forge iterm {server}` : Opens SSH connection in iTerm to the specified server
- `forge reload` : Fetches new data from Forge API
- `forge clear` : Deletes your API Key and Forge Data## Thanks
- [Laravel Forge / Taylor Otwell](https://forge.laravel.com)
- [Alfred 3 Workflows PHP Helper](https://github.com/joetannenbaum/alfred-workflow)## License
[The MIT License (MIT)](LICENSE)