@intentic/cli 1.233.0 → 1.235.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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +16 -16
package/README.md CHANGED
@@ -37,7 +37,9 @@ Built on [stricli](https://github.com/bloomberg/stricli) with generated `--help`
37
37
  Secrets split by who provides them:
38
38
 
39
39
  - **User-supplied** (`source: env`), credentials to systems intentic does **not** create:
40
- `HOST_SSH_KEY`, `CLOUDFLARE_API_TOKEN`, and each environment's `*_DATABASE_URL`. You set these in
40
+ `HOST_SSH_KEY`, `CLOUDFLARE_API_TOKEN`, and each environment's `*_DATABASE_URL`. A host's key var is
41
+ derived from its name (`<NAME>_SSH_KEY`), so the templates' `host` reads `HOST_SSH_KEY` and a host you
42
+ call `prod` reads `PROD_SSH_KEY`; there is no name spelled differently from the rest. You set these in
41
43
  `.env` beside the artifact (or the ambient environment). The required set is more than what your
42
44
  `deploy.config.ts` names, so `resolve` derives it from the graph and writes `desired-state/.env.example`.
43
45
  - **intentic-generated** (`source: generated`), admin credentials for the services intentic itself
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intentic/cli",
3
- "version": "1.233.0",
3
+ "version": "1.235.0",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -34,22 +34,26 @@
34
34
  }
35
35
  },
36
36
  "dependencies": {
37
+ "@intentic/constants": "1.235.0",
38
+ "@intentic/engine": "1.235.0",
39
+ "@intentic/graph": "1.235.0",
40
+ "@intentic/need-resolver": "1.235.0",
41
+ "@intentic/providers": "1.235.0",
42
+ "@intentic/sandbox-contract": "1.235.0",
43
+ "@intentic/sandbox-run": "1.235.0",
44
+ "@intentic/scaffold": "1.235.0",
45
+ "@intentic/state-resolver": "1.235.0",
37
46
  "@puristic/env": "1.6.1",
38
47
  "@stricli/core": "1.3.0",
39
48
  "eta": "4.6.0",
40
49
  "tslib": "2.8.1",
41
- "zod": "4.4.3",
42
- "@intentic/constants": "1.233.0",
43
- "@intentic/engine": "1.233.0",
44
- "@intentic/graph": "1.233.0",
45
- "@intentic/need-resolver": "1.233.0",
46
- "@intentic/providers": "1.233.0",
47
- "@intentic/sandbox-contract": "1.233.0",
48
- "@intentic/sandbox-run": "1.233.0",
49
- "@intentic/scaffold": "1.233.0",
50
- "@intentic/state-resolver": "1.233.0"
50
+ "zod": "4.4.3"
51
51
  },
52
52
  "devDependencies": {
53
+ "@intentic/dind-host": "0.0.0",
54
+ "@intentic/sdk": "1.235.0",
55
+ "@intentic/testing": "0.0.0",
56
+ "@intentic/tsconfig": "0.0.0",
53
57
  "@types/node": "24.13.2",
54
58
  "@types/ssh2": "1.15.5",
55
59
  "@typescript/native-preview": "7.0.0-dev.20260707.2",
@@ -57,11 +61,7 @@
57
61
  "testcontainers": "12.0.4",
58
62
  "tsx": "4.23.1",
59
63
  "vitest": "4.1.10",
60
- "yaml": "2.9.0",
61
- "@intentic/dind-host": "0.0.0",
62
- "@intentic/tsconfig": "0.0.0",
63
- "@intentic/sdk": "1.233.0",
64
- "@intentic/testing": "0.0.0"
64
+ "yaml": "2.9.0"
65
65
  },
66
66
  "scripts": {
67
67
  "build": "tsgo",