chore: update readme

This commit is contained in:
Mauricio Siu
2024-06-22 23:36:29 -06:00
parent 38844673cd
commit 338b3c89f2
2 changed files with 87 additions and 367 deletions

View File

@@ -3,6 +3,10 @@
"description": "A CLI to manage dokploy server remotely",
"version": "0.0.0",
"author": "Mauricio Siu",
"licenses": [{
"type": "MIT",
"url": "https://github.com/Dokploy/cli/blob/master/LICENSE"
}],
"bin": {
"dokploy": "./bin/run.js"
},