mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
19 lines
413 B
Plaintext
19 lines
413 B
Plaintext
---
|
|
title: Project
|
|
description: A guide to using the Dokploy CLI to manage projects
|
|
---
|
|
|
|
|
|
The Dokploy CLI can be used to create, deploy, and manage projects.
|
|
|
|
## Requirements
|
|
|
|
Is required to be already authenticated with the Dokploy CLI.
|
|
|
|
## Commands
|
|
|
|
1. `dokploy project create` - Create a new project.
|
|
2. `dokploy project info` - Get information about a project.
|
|
3. `dokploy project list` - List all projects.
|
|
|