laravel/forge-cli
Command-line interface for Laravel Forge to provision and manage servers, deploy sites, and handle common tasks like SSL certificates, scheduled jobs, and queue workers—bringing Forge’s dashboard capabilities to your terminal.
server:create, site:deploy, env:pull), allowing selective adoption (e.g., use only deployment features while managing servers via UI).ssh:configure command helps mitigate this but adds complexity.FORGE_API_TOKEN environment variables. Works with GitHub Actions, GitLab CI, etc.ssh:configure command helps but may not cover all edge cases (e.g., rotating keys).forge server:create).forge site:deploy).FORGE_API_TOKEN environment variable).forge ssh:configure (interactive setup)..env file sync (env:pull/env:push), useful for:
.env variables.composer global require laravel/forge-cli).forge server:list, forge site:create).forge site:deploy instead of manual SSH.forge ssl:renew).env:pull/env:push).forge ssh:configure.FORGE_API_TOKEN environment variable.--follow flag to debug logs.How can I help you explore Laravel packages today?