@sylphx/cli 0.3.2 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,45 +1,73 @@
1
1
  {
2
2
  "name": "@sylphx/cli",
3
- "version": "0.3.2",
4
- "description": "Sylphx Platform CLI — deploy, manage logs, env vars, and more",
5
- "type": "commonjs",
3
+ "version": "0.5.0",
4
+ "description": "Sylphx Platform CLI — deploy and manage your applications from the terminal. 63 commands across deployment, logs, env vars, domains, databases, storage, monitoring, self-service (user), admin (users/quotas/audit/invitations/jwt-keys/project-migrate), and more.",
5
+ "type": "module",
6
+ "homepage": "https://sylphx.com",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/SylphxAI/platform.git",
10
+ "directory": "packages/cli"
11
+ },
12
+ "bugs": {
13
+ "url": "https://github.com/SylphxAI/platform/issues"
14
+ },
15
+ "author": "Sylphx",
16
+ "license": "MIT",
6
17
  "bin": {
7
- "sylphx": "./dist/index.js"
18
+ "sylphx": "./dist/main.js"
8
19
  },
9
20
  "scripts": {
10
- "build": "tsup src/index.ts --format cjs --dts",
11
- "dev": "tsx src/index.ts",
21
+ "build": "tsup",
22
+ "dev": "bun src/main.ts",
12
23
  "typecheck": "tsc --noEmit",
13
- "test": "vitest run",
14
- "test:watch": "vitest",
15
- "test:coverage": "vitest run --coverage",
24
+ "test": "bun test",
25
+ "test:watch": "bun test --watch",
26
+ "test:coverage": "bun test --coverage",
16
27
  "clean": "rm -rf dist",
17
- "prepublishOnly": "tsup src/index.ts --format cjs --dts"
28
+ "prepublishOnly": "tsup"
18
29
  },
19
30
  "files": [
20
31
  "dist",
21
- "README.md"
32
+ "README.md",
33
+ "CHANGELOG.md",
34
+ "LICENSE"
35
+ ],
36
+ "keywords": [
37
+ "sylphx",
38
+ "cli",
39
+ "paas",
40
+ "deploy",
41
+ "deployment",
42
+ "platform",
43
+ "baas",
44
+ "logs",
45
+ "kubernetes"
22
46
  ],
47
+ "engines": {
48
+ "node": ">=20"
49
+ },
23
50
  "publishConfig": {
24
51
  "access": "public",
25
52
  "registry": "https://registry.npmjs.org/"
26
53
  },
27
54
  "dependencies": {
28
- "@sylphx/management": "workspace:*",
55
+ "@clack/prompts": "1.2.0",
56
+ "@effect/cli": "0.75.1",
57
+ "@effect/platform": "0.96.0",
58
+ "@effect/platform-bun": "0.89.0",
29
59
  "chalk": "^5.3.0",
30
- "commander": "^12.1.0",
31
- "conf": "^13.0.0",
60
+ "effect": "3.21.0",
32
61
  "eventsource": "^2.0.2",
33
62
  "open": "^10.1.0",
34
63
  "ora": "^8.1.0"
35
64
  },
36
65
  "devDependencies": {
66
+ "@sylphx/contract": "workspace:*",
67
+ "@sylphx/management": "workspace:*",
37
68
  "@types/eventsource": "^1.1.15",
38
69
  "@types/node": "^22.0.0",
39
- "@vitest/coverage-v8": "^3.2.0",
40
70
  "tsup": "^8.3.0",
41
- "tsx": "^4.19.0",
42
- "typescript": "^5.9.3",
43
- "vitest": "^3.2.0"
71
+ "typescript": "^5.9.3"
44
72
  }
45
73
  }
package/dist/index.d.ts DELETED
@@ -1 +0,0 @@
1
- #!/usr/bin/env node