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
21dd3f0b53
Merge pull request #6 from Dokploy/2-make-the-cli-work-on-ci
2025-02-23 22:14:03 -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
10cfe23763
feat: enhance CLI commands with improved flags and error handling
...
This commit introduces several improvements across multiple CLI commands:
- Added new flags for more flexible command usage
- Implemented interactive mode for commands when flags are not provided
- Improved error handling and messaging
- Added support for environment variable authentication
- Standardized confirmation prompts and error messages
- Enhanced type safety with TypeScript improvements
2025-02-23 21:29:45 -06:00
Mauricio Siu
7cb5369f15
chore: bump version
2024-12-21 02:15:45 -06:00
Mauricio Siu
4b97ddcfd3
feat: add enviroment management
2024-12-21 02:11:19 -06:00
Mauricio Siu
0bdec259f4
refactor: add documentation
2024-12-21 02:04:52 -06:00
Mauricio Siu
f64bbc3348
Merge pull request #3 from kidylee/main
...
feat: add env pull/push commands
2024-12-21 02:04:30 -06:00
Mauricio Siu
05fadbe800
Update src/commands/env/pull.ts
2024-12-21 02:03:18 -06:00
An Li
32f630a381
feat: add env pull/push commands
2024-11-20 11:09:33 +08:00
Mauricio Siu
32c57c8155
Update readme.md
2024-07-07 14:49:58 -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
38844673cd
remove
2024-06-22 23:23:26 -06:00
Mauricio Siu
9b0c737ae7
refactor: update CLI
2024-06-22 23:22:52 -06:00
Mauricio Siu
8f947a3433
Merge pull request #1 from Dokploy/feat/cli-oclf
...
Feat/cli oclf
2024-06-22 23:01:07 -06:00
Mauricio Siu
791f8c96c3
remove
2024-06-22 17:01:47 -06:00
Mauricio Siu
3b12f55ae4
feat: add stop command
2024-06-22 16:46:05 -06:00
Mauricio Siu
e48c58c883
feat: add deploy command
2024-06-22 16:22:30 -06:00
Mauricio Siu
209eadce99
clean files
2024-06-22 15:53:49 -06:00
Mauricio Siu
d610c967d9
refactor: add commands
2024-06-22 00:52:17 -06:00
Mauricio Siu
fbf6b7f5cc
feat: add delete
2024-06-12 23:15:00 -06:00
Mauricio Siu
99451d416c
feat: add database create
2024-06-12 23:01:46 -06:00
Mauricio Siu
1b97e2c6f5
feat: add delete app
2024-06-05 02:33:09 -06:00
Mauricio Siu
f1616b3909
feat: add info list project
2024-06-05 02:15:24 -06:00
Mauricio Siu
bec0dfa57f
feat: add list and create project
2024-06-05 01:43:19 -06:00
Mauricio Siu
9f033de1b2
feat: add verify and authenticate command
2024-06-04 21:47:36 -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
Mauricio Siu
85fd1f2c3e
init project
2024-06-03 17:09:37 -06:00