Commit Graph

12 Commits

Author SHA1 Message Date
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