20 Commits

Author SHA1 Message Date
Mauricio Siu
ad0df74ae9 Bump version from 0.29.2 to 0.29.3 2026-05-11 12:50:23 -06:00
Dokploy Bot
ddcb947374 chore: bump version to 0.29.2
Source: Dokploy/dokploy@fb6b06f064

Release:
2026-04-25 05:09:09 +00:00
Dokploy Bot
90e2ab63da chore: bump version to 0.29.0
Source: Dokploy/dokploy@425fef6e28

Release:
2026-04-17 20:49:59 +00:00
Dokploy Bot
1ea122e562 chore: bump version to v0.29.0
Source: Dokploy/dokploy@958372c5f9

Release:
2026-04-17 20:46:47 +00:00
Mauricio Siu
b4b4e6a655 chore: remove publish script from package.json 2026-04-15 21:16:28 -06:00
Mauricio Siu
8cb29cd8c7 chore: bump version to 0.3.1 in package.json 2026-04-15 21:14:37 -06:00
Mauricio Siu
52b6c8d735 chore: update package.json to include pnpm configuration
- Added pnpm configuration to specify only built dependencies for esbuild in package.json, enhancing dependency management.
2026-04-15 21:02:39 -06:00
Mauricio Siu
c073a037b1 feat: integrate Vitest for testing and update workflows
- Added Vitest as a testing framework in package.json and configured test scripts.
- Created new test files for CLI and client functionalities, ensuring comprehensive coverage.
- Updated GitHub Actions workflows to include testing steps and streamlined release process.
- Removed the deprecated onRelease workflow to consolidate CI/CD processes.
2026-04-15 21:00:48 -06:00
Mauricio Siu
ac02c614a6 refactor: migrate to biome and update CLI structure
- Removed ESLint configuration and ignore files in favor of Biome for linting.
- Introduced biome.json for configuration and updated package.json to reflect new dependencies.
- Added OpenAPI specification for Dokploy API and generated CLI commands from it.
- Refactored CLI entry point to use Commander instead of Oclif.
- Implemented new authentication command and removed deprecated commands.
- Updated TypeScript configuration and added build scripts for improved development workflow.
- Cleaned up unused files and commands to streamline the codebase.
2026-04-15 18:37:45 -06:00
Mauricio Siu
2647a59bb6 chore: bump version to v0.2.8 2025-10-05 02:04:57 -06:00
Mauricio Siu
82aed684b9 feat: update authentication method to use x-api-key header
- Replace Bearer token authentication with x-api-key header across all commands
- Update token verification endpoints from auth.verifyToken to user.get
- Remove unnecessary console.log debug statements
- Bump version to v0.2.7
2025-03-04 00:13:51 -06:00
Mauricio Siu
6d186d550e feat: improve token verification with environment variable support
- Add support for DOKPLOY_AUTH_TOKEN and DOKPLOY_URL environment variables
- Enhance error messaging for authentication configuration
- Improve token validation process with more robust error handling
- Update version to v0.2.6
2025-02-23 21:44:04 -06:00
Mauricio Siu
7cb5369f15 chore: bump version 2024-12-21 02:15:45 -06:00
Mauricio Siu
a4f042c9df chore: add LICENSE and contributing MD 2024-06-23 00:00:41 -06:00
Mauricio Siu
7a69bef823 refactor: update version 2024-06-22 23:50:03 -06:00
Mauricio Siu
338b3c89f2 chore: update readme 2024-06-22 23:36:29 -06:00
Mauricio Siu
99451d416c feat: add database create 2024-06-12 23:01:46 -06:00
Mauricio Siu
bec0dfa57f feat: add list and create project 2024-06-05 01:43:19 -06:00
Mauricio Siu
6dae0587d8 feat: add 2024-06-04 01:10:32 -06:00
Mauricio Siu
de871490d7 feat: add check server command 2024-06-03 21:55:29 -06:00