{"id":19580960,"url":"https://github.com/dokploy/cli","last_synced_at":"2025-04-27T09:32:50.219Z","repository":{"id":242630597,"uuid":"809545185","full_name":"Dokploy/cli","owner":"Dokploy","description":"Dokploy CLI","archived":false,"fork":false,"pushed_at":"2025-03-04T06:13:54.000Z","size":230,"stargazers_count":23,"open_issues_count":1,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-26T05:18:01.117Z","etag":null,"topics":["cli","dokploy","vps"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dokploy.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-03T01:16:37.000Z","updated_at":"2025-04-21T13:47:21.000Z","dependencies_parsed_at":"2024-07-07T21:48:09.142Z","dependency_job_id":"32aa1550-914e-4dc3-b677-49292e2f7758","html_url":"https://github.com/Dokploy/cli","commit_stats":null,"previous_names":["dokploy/cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dokploy%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dokploy%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dokploy%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dokploy%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dokploy","download_url":"https://codeload.github.com/Dokploy/cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250935565,"owners_count":21510571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","dokploy","vps"],"created_at":"2024-11-11T07:31:23.728Z","updated_at":"2025-04-27T09:32:50.213Z","avatar_url":"https://github.com/Dokploy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dokploy CLI\n\n\u003c!-- ![Dokploy Logo](https://via.placeholder.com/150x150.png?text=Dokploy+CLI) --\u003e\n\nDokploy 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.\n\n\u003c!-- [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/dokploy.svg)](https://npmjs.org/package/dokploy)\n[![Downloads/week](https://img.shields.io/npm/dw/dokploy.svg)](https://npmjs.org/package/dokploy)\n[![License](https://img.shields.io/npm/l/dokploy.svg)](https://github.com/yourusername/dokploy/blob/master/package.json) --\u003e\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Commands](#commands)\n  - [Authentication](#authentication)\n  - [Project Management](#project-management)\n  - [Application Management](#application-management)\n  - [Environment Management](#environment-management)\n  - [Database Management](#database-management)\n- [Contributing](#contributing)\n- [Support](#support)\n- [License](#license)\n\n## Installation\n\n```sh-session\n$ npm install -g @dokploy/cli\n```\n\n## Usage\n\n```sh-session\n$ dokploy COMMAND\nrunning command...\n\n$ dokploy --version\ndokploy/0.0.0 darwin-arm64 node-v18.18.0\n\n$ dokploy --help [COMMAND]\nUSAGE\n  $ dokploy COMMAND\n...\n```\n\n## Commands\n\n### Authentication\n\n- `dokploy authenticate`: Authenticate with the Dokploy server.\n- `dokploy verify`: Verify current authentication.\n\n### Project Management\n\n- `dokploy project:create`: Create a new project.\n- `dokploy project:info`: Get information about an existing project.\n- `dokploy project:list`: List all projects.\n\n### Application Management\n\n- `dokploy app:create`: Create a new application.\n- `dokploy app:delete`: Delete an existing application.\n- `dokploy app:deploy`: Deploy an application.\n- `dokploy app:stop`: Stop a running application.\n\n### Enviroment Management\n\n- `dokploy env pull \u003cfile\u003e`: Pull environment variables from Dokploy in a \u003cfile\u003e.\n- `dokploy env push \u003cfile\u003e`: Push environment variables to Dokploy from a \u003cfile\u003e.\n\n### Database Management\n\nDokploy supports various types of databases:\n\n#### MariaDB\n\n- `dokploy database:mariadb:create`\n- `dokploy database:mariadb:delete`\n- `dokploy database:mariadb:deploy`\n- `dokploy database:mariadb:stop`\n\n#### MongoDB\n\n- `dokploy database:mongo:create`\n- `dokploy database:mongo:delete`\n- `dokploy database:mongo:deploy`\n- `dokploy database:mongo:stop`\n\n#### MySQL\n\n- `dokploy database:mysql:create`\n- `dokploy database:mysql:delete`\n- `dokploy database:mysql:deploy`\n- `dokploy database:mysql:stop`\n\n#### PostgreSQL\n\n- `dokploy database:postgres:create`\n- `dokploy database:postgres:delete`\n- `dokploy database:postgres:deploy`\n- `dokploy database:postgres:stop`\n\n#### Redis\n\n- `dokploy database:redis:create`\n- `dokploy database:redis:delete`\n- `dokploy database:redis:deploy`\n- `dokploy database:redis:stop`\n\nFor more information about a specific command, use:\n\n```sh-session\n$ dokploy [COMMAND] --help\n```\n\n## Contributing\n\nIf you want to contribute to Dokploy CLI, please check out our [Contributing Guide](https://github.com/Dokploy/cli/blob/main/CONTRIBUTING.md).\n\n## Support\n\nIf you encounter any issues or have any questions, please [open an issue](https://github.com/yourusername/dokploy/issues) in our GitHub repository.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdokploy%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdokploy%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdokploy%2Fcli/lists"}