mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
21 lines
468 B
Plaintext
21 lines
468 B
Plaintext
---
|
|
title: Application
|
|
description: A guide to using the Dokploy CLI to manage applications
|
|
---
|
|
|
|
|
|
The Dokploy CLI can be used to create, deploy, and manage applications.
|
|
|
|
## Requirements
|
|
|
|
Is required to be already authenticated with the Dokploy CLI.
|
|
|
|
|
|
## Commands
|
|
|
|
1. `dokploy app create` - Create a new application.
|
|
2. `dokploy app delete` - Delete an application.
|
|
3. `dokploy app deploy` - Deploy an application.
|
|
4. `dokploy app stop` - Stop a running application.
|
|
|