Mauricio Siu 37f4b8b56e feat: enhance project info command with environment details
- Refactored ProjectInfo command to retrieve project information based on environments.
- Added detailed logging for applications, compose services, and databases categorized by environment.
- Implemented total counts for applications and databases across all environments.
- Improved error handling for cases with no environments found.
2025-10-05 02:04:34 -06:00
2024-06-03 21:55:29 -06:00
2024-06-03 21:55:29 -06:00
2024-06-03 21:55:29 -06:00
2024-06-22 00:52:17 -06:00
2024-06-22 23:22:52 -06:00
2024-06-03 21:55:29 -06:00
2024-06-12 23:01:46 -06:00
2024-12-21 02:11:19 -06:00
2024-06-04 01:10:32 -06:00

Dokploy CLI

Dokploy CLI is a powerful and versatile command-line tool designed to remotely manage your Dokploy server. It simplifies the process of creating, deploying, and managing applications and databases.

Table of Contents

Installation

$ npm install -g @dokploy/cli

Usage

$ dokploy COMMAND
running command...

$ dokploy --version
dokploy/0.0.0 darwin-arm64 node-v18.18.0

$ dokploy --help [COMMAND]
USAGE
  $ dokploy COMMAND
...

Commands

Authentication

  • dokploy authenticate: Authenticate with the Dokploy server.
  • dokploy verify: Verify current authentication.

Project Management

  • dokploy project:create: Create a new project.
  • dokploy project:info: Get information about an existing project.
  • dokploy project:list: List all projects.

Application Management

  • dokploy app:create: Create a new application.
  • dokploy app:delete: Delete an existing application.
  • dokploy app:deploy: Deploy an application.
  • dokploy app:stop: Stop a running application.

Enviroment Management

  • dokploy env pull <file>: Pull environment variables from Dokploy in a .
  • dokploy env push <file>: Push environment variables to Dokploy from a .

Database Management

Dokploy supports various types of databases:

MariaDB

  • dokploy database:mariadb:create
  • dokploy database:mariadb:delete
  • dokploy database:mariadb:deploy
  • dokploy database:mariadb:stop

MongoDB

  • dokploy database:mongo:create
  • dokploy database:mongo:delete
  • dokploy database:mongo:deploy
  • dokploy database:mongo:stop

MySQL

  • dokploy database:mysql:create
  • dokploy database:mysql:delete
  • dokploy database:mysql:deploy
  • dokploy database:mysql:stop

PostgreSQL

  • dokploy database:postgres:create
  • dokploy database:postgres:delete
  • dokploy database:postgres:deploy
  • dokploy database:postgres:stop

Redis

  • dokploy database:redis:create
  • dokploy database:redis:delete
  • dokploy database:redis:deploy
  • dokploy database:redis:stop

For more information about a specific command, use:

$ dokploy [COMMAND] --help

Contributing

If you want to contribute to Dokploy CLI, please check out our Contributing Guide.

Support

If you encounter any issues or have any questions, please open an issue in our GitHub repository.

License

This project is licensed under the MIT License.

Description
Dokploy CLI
Readme 2.2 MiB
Languages
TypeScript 99.7%
JavaScript 0.3%