tovuk 0.1.65 → 0.1.67
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 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,9 +48,15 @@ Durable Object namespaces, service bindings, and usage caps through the CLI.
|
|
|
48
48
|
Agents can also inspect API capabilities, account identity, usage, account
|
|
49
49
|
activity, services, complete service overviews, deploys, builds, service/deploy/build logs,
|
|
50
50
|
env metadata, custom domains, domain verification, service storage files and media,
|
|
51
|
-
billing checkout links, billing portal links, and support ticket create,
|
|
52
|
-
and resolve actions
|
|
53
|
-
|
|
51
|
+
pricing, billing checkout links, billing portal links, and support ticket create,
|
|
52
|
+
list, and resolve actions through the same CLI.
|
|
53
|
+
|
|
54
|
+
Before high-throughput work, read pricing and set hard caps:
|
|
55
|
+
|
|
56
|
+
```sh
|
|
57
|
+
npx tovuk pricing --json
|
|
58
|
+
npx tovuk limit set worker_requests --period month --value 10000000 --json
|
|
59
|
+
```
|
|
54
60
|
|
|
55
61
|
Manage service files and media without dashboard access:
|
|
56
62
|
|