Skip to content

Commit a8387ea

Browse files
Update to latest release.
1 parent 5dd4341 commit a8387ea

26 files changed

+86
-81
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
DENO_VERSION="v1.28.2"
3-
DENOFLARE_VERSION="v0.5.11"
2+
DENO_VERSION="v1.34.2"
3+
DENOFLARE_VERSION="v0.5.12"
44
curl -fsSL https://deno.land/x/install/install.sh | DENO_INSTALL=./deno-$DENO_VERSION sh -s $DENO_VERSION
55
NO_COLOR=1 DENO_VERSION=$DENO_VERSION DENOFLARE_VERSION=${DENOFLARE_VERSION} ./deno-$DENO_VERSION/bin/deno run --unstable --allow-all https://raw.githubusercontent.com/skymethod/denoflare/$DENOFLARE_VERSION/cli/cli.ts site generate . ./output --verbose

cli/analytics/durable-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Dump durable objects stats via the Cloudflare GraphQL Analytics API
1111
## --help
1212
```
1313
$ denoflare analytics durable-objects --help
14-
denoflare-analytics-durable-objects 0.5.11
14+
denoflare-analytics-durable-objects 0.5.12
1515
1616
Dump durable objects stats via the Cloudflare GraphQL Analytics API
1717

cli/analytics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Dump stats via the Cloudflare GraphQL Analytics API
1010
## --help
1111
```
1212
$ denoflare analytics --help
13-
denoflare-analytics 0.5.11
13+
denoflare-analytics 0.5.12
1414
1515
Dump stats via the Cloudflare GraphQL Analytics API
1616

cli/analytics/r2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Dump R2 stats via the Cloudflare GraphQL Analytics API
1111
## --help
1212
```
1313
$ denoflare analytics r2 --help
14-
denoflare-analytics-r2 0.5.11
14+
denoflare-analytics-r2 0.5.12
1515
1616
Dump R2 stats via the Cloudflare GraphQL Analytics API
1717

cli/cfapi.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Call the Cloudflare REST API
1010
## --help
1111
```
1212
$ denoflare cfapi --help
13-
denoflare-cfapi 0.5.11
13+
denoflare-cfapi 0.5.12
1414
1515
Call the Cloudflare REST API
1616
@@ -27,6 +27,8 @@ SUBCOMMANDS:
2727
2828
put-key-value Set KV value
2929
get-key-value Get KV value
30+
list-keys List a KV namespace's keys
31+
list-kv-namespaces List KV namespaces
3032
3133
get-worker-service-subdomain-enabled Get whether or not the workers.dev route is enabled for a given worker service
3234
enable-worker-service-subdomain Enable the workers.dev route for a given worker service

cli/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are two ways to use the Denoflare CLI with a configuration file:
2424
// This jsonc file supports comments and trailing commas!
2525

2626
// Optional schema to get auto-completions when editing this file in vscode, etc
27-
"$schema": "https://raw.githubusercontent.com/skymethod/denoflare/v0.5.11/common/config.schema.json",
27+
"$schema": "https://raw.githubusercontent.com/skymethod/denoflare/v0.5.12/common/config.schema.json",
2828

2929
// Define script configurations by name, and their associated bindings and options.
3030
// You can then simply refer to them by name in your denoflare commands.

cli/d1.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Manage and query your Cloudflare D1 databases
1010
## --help
1111
```
1212
$ denoflare d1 --help
13-
denoflare-d1 0.5.11
13+
denoflare-d1 0.5.12
1414
1515
Manage and query your Cloudflare D1 databases
1616
@@ -40,7 +40,7 @@ For subcommand-specific help: denoflare d1 <subcommand> --help
4040
## list
4141
```
4242
$ denoflare d1 list --help
43-
denoflare-d1-list 0.5.11
43+
denoflare-d1-list 0.5.12
4444
4545
List databases
4646
@@ -60,7 +60,7 @@ OPTIONS:
6060
## drop
6161
```
6262
$ denoflare d1 drop --help
63-
denoflare-d1-drop 0.5.11
63+
denoflare-d1-drop 0.5.12
6464
6565
Drop a database
6666
@@ -83,7 +83,7 @@ OPTIONS:
8383
## create
8484
```
8585
$ denoflare d1 create --help
86-
denoflare-d1-create 0.5.11
86+
denoflare-d1-create 0.5.12
8787
8888
Create a database
8989
@@ -106,7 +106,7 @@ OPTIONS:
106106
## query
107107
```
108108
$ denoflare d1 query --help
109-
denoflare-d1-query 0.5.11
109+
denoflare-d1-query 0.5.12
110110
111111
Query a database
112112
@@ -138,7 +138,7 @@ OPTIONS:
138138
## backup
139139
```
140140
$ denoflare d1 backup --help
141-
denoflare-d1-backup 0.5.11
141+
denoflare-d1-backup 0.5.12
142142
143143
Backup a database
144144
@@ -161,7 +161,7 @@ OPTIONS:
161161
## restore
162162
```
163163
$ denoflare d1 restore --help
164-
denoflare-d1-restore 0.5.11
164+
denoflare-d1-restore 0.5.12
165165
166166
Restore a database from a previous backup
167167
@@ -186,7 +186,7 @@ OPTIONS:
186186
## download
187187
```
188188
$ denoflare d1 download --help
189-
denoflare-d1-download 0.5.11
189+
denoflare-d1-download 0.5.12
190190
191191
Download a database as a sqlite3 db file
192192
@@ -221,7 +221,7 @@ Saved to /Users/me/path/to/cwd/my-database.db
221221
## list-backups
222222
```
223223
$ denoflare d1 list-backups --help
224-
denoflare-d1-list-backups 0.5.11
224+
denoflare-d1-list-backups 0.5.12
225225
226226
List all backups for a database
227227

cli/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Install `denoflare` via standard [deno install](https://deno.land/manual@v1.27.1
1616

1717
```
1818
deno install --unstable --allow-read --allow-net --allow-env --allow-run --name denoflare --force \
19-
https://raw.githubusercontent.com/skymethod/denoflare/v0.5.11/cli/cli.ts
19+
https://raw.githubusercontent.com/skymethod/denoflare/v0.5.12/cli/cli.ts
2020
```
2121

2222
<details>
@@ -30,7 +30,7 @@ This allows you to create multiple aliases with different permissions.
3030
# in ~/.bash_profile
3131
function denoflare {
3232
deno run --unstable --allow-read --allow-net --allow-env --allow-run \
33-
https://raw.githubusercontent.com/skymethod/denoflare/v0.5.11/cli/cli.ts "$@"
33+
https://raw.githubusercontent.com/skymethod/denoflare/v0.5.12/cli/cli.ts "$@"
3434
}
3535
```
3636

@@ -40,7 +40,7 @@ e.g. instead of `denoflare serve x`
4040

4141
```
4242
deno run --unstable --allow-read --allow-net --allow-env --allow-run \
43-
https://raw.githubusercontent.com/skymethod/denoflare/v0.5.11/cli/cli.ts serve x
43+
https://raw.githubusercontent.com/skymethod/denoflare/v0.5.12/cli/cli.ts serve x
4444
```
4545

4646
</div>
@@ -65,7 +65,7 @@ Each subcommand below also links to its own dedicated help page, if available.
6565

6666
```
6767
$ denoflare --help
68-
denoflare 0.5.11
68+
denoflare 0.5.12
6969
7070
USAGE:
7171
denoflare <command> <args> <options>

cli/pubsub.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Interact with your [Cloudflare Pub/Sub](https://developers.cloudflare.com/pub-su
1010
## --help
1111
```
1212
$ denoflare pubsub --help
13-
denoflare-pubsub 0.5.11
13+
denoflare-pubsub 0.5.12
1414
1515
Interact with your Cloudflare Pub/Sub broker
1616
@@ -28,7 +28,7 @@ For subcommand-specific help: denoflare pubsub <subcommand> --help
2828
## publish
2929
```
3030
$ denoflare pubsub publish --help
31-
denoflare-pubsub-publish 0.5.11
31+
denoflare-pubsub-publish 0.5.12
3232
3333
Publish a message to a Pub/Sub broker
3434
@@ -62,7 +62,7 @@ OPTIONS:
6262
## subscribe
6363
```
6464
$ denoflare pubsub subscribe --help
65-
denoflare-pubsub-subscribe 0.5.11
65+
denoflare-pubsub-subscribe 0.5.12
6666
6767
Subscribe to a Pub/Sub broker
6868
@@ -92,7 +92,7 @@ OPTIONS:
9292
## jwt
9393
```
9494
$ denoflare pubsub jwt --help
95-
denoflare-pubsub-jwt 0.5.11
95+
denoflare-pubsub-jwt 0.5.12
9696
9797
Parse a JWT token, and output its claims
9898

cli/push.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Learn how to use `denoflare push` in the [Publish a Worker Guide](/guides/push).
2020

2121
```
2222
$ denoflare push --help
23-
denoflare-push 0.5.11
23+
denoflare-push 0.5.12
2424
2525
Upload a Cloudflare worker script to Cloudflare
2626
@@ -37,6 +37,8 @@ OPTIONS:
3737
--custom-domain <domain-or-subdomain-name>... Bind worker to one or more Custom Domains for Workers
3838
--workers-dev Enable or disable the worker workers.dev route
3939
--logpush Enable or disable logpush for the worker
40+
--compatibility-date <string> Specific compatibility environment for the worker, see https://developers.cloudflare.com/workers/platform/compatibility-dates/
41+
--compatibility-flag <string>... Specific compatibility flags for the worker, see https://developers.cloudflare.com/workers/platform/compatibility-dates/#compatibility-flags
4042
--delete-class <class-name>... Delete an obsolete Durable Object (and all data!) by class name as part of the update
4143
4244
--text-binding <name:plain-text>... Plain text environment variable binding, overrides config

0 commit comments

Comments
 (0)