Account Creation
Before integrating Ghostable into your workflow, you’ll first need to create a Ghostable account. If you’re collaborating on projects managed by others, a Ghostable subscription isn’t necessary.Start with a free Ghostable account
Setup takes less than a minute.
Requirements
System- Node.js 20 LTS (18+ supported) — macOS, Linux, or Windows.
- No PHP required for standard Ghostable CLI operations.
- Ghostable supports Laravel applications compatible with PHP 8.1+ and Laravel 10.0+.
- These requirements only apply if you are using Ghostable’s Laravel-specific deployment commands.
- In all other cases, Ghostable runs fully standalone as a Node-based CLI.
Installing the Ghostable CLI
You will interact with your Ghostable environments using the Ghostable CLI. The CLI can be installed globally or on a per-project basis using npm:To save keystrokes, you can add a shell alias that maps
ghostable to npx ghostable. This
allows you to run ghostable directly without prefixing every command.Logging In
After installing the Ghostable CLI, authenticate with your Ghostable account using thelogin command:
- Email address
- Password (hidden)
- 2FA Code (if enabled)