tovuk 0.1.82 → 0.1.83

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 +9 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,6 +30,10 @@ From a full-stack repo root, the same deploy command reads one root
30
30
  `tovuk.toml`, reads explicit `[capabilities]`, builds the worker and frontend
31
31
  roots, and returns one service URL with `/api/*` routed to the Rust worker.
32
32
 
33
+ `tovuk new` can scaffold a starter `tovuk.toml` from existing files, but deploy
34
+ behavior is controlled only by the committed `tovuk.toml`. Review explicit
35
+ `[capabilities]` before deploy.
36
+
33
37
  Check before deploying:
34
38
 
35
39
  ```sh
@@ -51,12 +55,11 @@ fix the first actionable log error, rerun check, then redeploy.
51
55
  Agents can create service SQLite databases, KV namespaces, queues, cron triggers,
52
56
  State namespaces, service bindings, and usage caps through the CLI.
53
57
 
54
- Agents can also inspect pricing, usage, services, service summaries, deploys,
55
- builds, service/deploy/build logs, env metadata, custom domains, domain
56
- verification, service storage files and media, billing checkout links, billing
57
- portal links, service deletion, and support ticket create/list/resolve actions
58
- through the same CLI. Abuse reports, owner-visible report lists, and owner
59
- appeals also use `tovuk abuse`.
58
+ Agents can also inspect pricing, usage, service details, build logs, env
59
+ metadata, custom domains, domain verification, service storage files and
60
+ media, billing checkout links, billing portal links, service deletion, and
61
+ support ticket create/list/resolve actions through the same CLI. Abuse reports,
62
+ owner-visible report lists, and owner appeals also use `tovuk abuse`.
60
63
 
61
64
  Before high-throughput work, read pricing and set hard caps:
62
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tovuk",
3
- "version": "0.1.82",
3
+ "version": "0.1.83",
4
4
  "description": "Deploy Rust workers, static frontends, and full-stack services to Tovuk.",
5
5
  "type": "module",
6
6
  "bin": {