# Laravel Cloud CLI: Deploy and Manage Laravel Apps from the Terminal

DevFeed: [Laravel Cloud CLI: Deploy and Manage Laravel Apps from the Terminal](<https://devfeed.tech/articles/laravel-cloud-cli-deploy-and-manage-laravel-apps-from-the-terminal-3758.md>)

Original publisher: [Read original article](<https://laravel.com/blog/laravel-cloud-cli-deploy-manage-apps-terminal>)

Author: Laravel Team

Published: 2026-03-20T13:11:21Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Terminal](<https://devfeed.tech/topics/terminal.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [API](<https://devfeed.tech/topics/api.md>), [Composer](<https://devfeed.tech/topics/composer.md>), [REST API](<https://devfeed.tech/topics/rest-api.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [cli](<https://devfeed.tech/tags/cli.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [guides](<https://devfeed.tech/tags/guides.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [laravel](<https://devfeed.tech/tags/laravel.md>)

## AI overview

The Laravel Cloud CLI provides terminal access to Laravel Cloud for deploying Laravel applications, managing environments and variables, streaming logs, connecting to databases, and running Artisan commands. It is distributed as a global Composer package, uses the Laravel Cloud API, and supports inline authentication.

## Source excerpt

The Laravel Cloud CLI lets you deploy Laravel apps, manage environments, and run Artisan commands from the terminal. Install via Composer and skip the dashboard.