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
This commit is contained in:
Mauricio Siu
2025-02-23 21:44:04 -06:00
parent 10cfe23763
commit 6d186d550e
2 changed files with 40 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@dokploy/cli",
"description": "A CLI to manage dokploy server remotely",
"version": "v0.2.4",
"version": "v0.2.6",
"author": "Mauricio Siu",
"licenses": [{
"type": "MIT",