tovuk 0.1.72 → 0.1.73

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,7 +10,7 @@ npm install -g tovuk
10
10
  tovuk init hello-service --template worker-static-rust-tanstack
11
11
  cd hello-service/web && bun install && cd ..
12
12
  tovuk check --json
13
- tovuk plan --json
13
+ tovuk deploy --dry-run --json
14
14
  tovuk deploy --wait --json
15
15
  ```
16
16
 
@@ -40,7 +40,7 @@ Agent repair loop:
40
40
 
41
41
  ```sh
42
42
  tovuk check --json
43
- tovuk plan --json
43
+ tovuk deploy --dry-run --json
44
44
  tovuk deploy --wait --json
45
45
  tovuk logs --build job_1 --json
46
46
  ```
@@ -62,7 +62,7 @@ Before high-throughput work, read pricing and set hard caps:
62
62
  ```sh
63
63
  tovuk pricing --json
64
64
  tovuk usage --json
65
- tovuk plan --json
65
+ tovuk deploy --dry-run --json
66
66
  tovuk limit set worker_requests --period month --value 10000000 --json
67
67
  ```
68
68
 
@@ -70,7 +70,7 @@ The pricing response includes plan pricing and product meter metadata, so agents
70
70
  can choose the correct product and cap the right meters in one flow.
71
71
  The usage response includes `billingEstimate.lineItems` for current-month cost
72
72
  estimates.
73
- The plan response combines `tovuk.toml`, quality checks, capability meters,
73
+ The deploy dry-run response combines `tovuk.toml`, quality checks, capability meters,
74
74
  account limits, and `billingEstimate` before deploy, without creating a build.
75
75
 
76
76
  Manage service files and media without dashboard access:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tovuk",
3
- "version": "0.1.72",
3
+ "version": "0.1.73",
4
4
  "description": "Deploy Rust workers, static frontends, and worker-static services to Tovuk.",
5
5
  "type": "module",
6
6
  "bin": {