tovuk 0.1.81 → 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.
- package/README.md +9 -6
- 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,
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
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
|
|