Skip to content

Commit 5559590

Browse files
Update references to latest release, and Deno refs to 1.26.1.
1 parent 56a9837 commit 5559590

26 files changed

+86
-86
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.23.0"
3-
DENOFLARE_VERSION="v0.5.8"
2+
DENO_VERSION="v1.26.1"
3+
DENOFLARE_VERSION="v0.5.9"
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.8
14+
denoflare-analytics-durable-objects 0.5.9
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.8
13+
denoflare-analytics 0.5.9
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.8
14+
denoflare-analytics-r2 0.5.9
1515
1616
Dump R2 stats via the Cloudflare GraphQL Analytics API
1717

cli/cfapi.md

Lines changed: 1 addition & 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.8
13+
denoflare-cfapi 0.5.9
1414
1515
Call the Cloudflare REST API
1616

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.8/common/config.schema.json",
27+
"$schema": "https://raw.githubusercontent.com/skymethod/denoflare/v0.5.9/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.8
13+
denoflare-d1 0.5.9
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.8
43+
denoflare-d1-list 0.5.9
4444
4545
List databases
4646
@@ -60,7 +60,7 @@ OPTIONS:
6060
## drop
6161
```
6262
$ denoflare d1 drop --help
63-
denoflare-d1-drop 0.5.8
63+
denoflare-d1-drop 0.5.9
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.8
86+
denoflare-d1-create 0.5.9
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.8
109+
denoflare-d1-query 0.5.9
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.8
141+
denoflare-d1-backup 0.5.9
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.8
164+
denoflare-d1-restore 0.5.9
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.8
189+
denoflare-d1-download 0.5.9
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.8
224+
denoflare-d1-list-backups 0.5.9
225225
226226
List all backups for a database
227227

cli/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Denoflare CLI is a standard [Deno](https://deno.land) program, so it benefits fr
1010

1111
## Installation
1212

13-
Denoflare requires Deno, which is [easy to install](https://deno.land/manual@v1.23.0/getting_started/installation)
13+
Denoflare requires Deno, which is [easy to install](https://deno.land/manual@v1.26.1/getting_started/installation)
1414

15-
Install `denoflare` via standard [deno install](https://deno.land/manual@v1.21.0/tools/script_installer)
15+
Install `denoflare` via standard [deno install](https://deno.land/manual@v1.26.1/tools/script_installer)
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.8/cli/cli.ts
19+
https://raw.githubusercontent.com/skymethod/denoflare/v0.5.9/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.8/cli/cli.ts "$@"
33+
https://raw.githubusercontent.com/skymethod/denoflare/v0.5.9/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.8/cli/cli.ts serve x
43+
https://raw.githubusercontent.com/skymethod/denoflare/v0.5.9/cli/cli.ts serve x
4444
```
4545

4646
</div>
@@ -50,7 +50,7 @@ Check out the [Releases](https://github.com/skymethod/denoflare/releases) page f
5050

5151
<Aside>
5252

53-
We'll start producing single `denoflare` binaries for each release (via [deno compile](https://deno.land/manual@v1.23.0/tools/compiler)) whenever [Deno supports web workers in compile](https://github.com/denoland/deno/issues/8654)
53+
We'll start producing single `denoflare` binaries for each release (via [deno compile](https://deno.land/manual@v1.26.1/tools/compiler)) whenever [Deno supports web workers in compile](https://github.com/denoland/deno/issues/8654)
5454

5555
</Aside>
5656

@@ -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.8
68+
denoflare 0.5.9
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.8
13+
denoflare-pubsub 0.5.9
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.8
31+
denoflare-pubsub-publish 0.5.9
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.8
65+
denoflare-pubsub-subscribe 0.5.9
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.8
95+
denoflare-pubsub-jwt 0.5.9
9696
9797
Parse a JWT token, and output its claims
9898

cli/push.md

Lines changed: 1 addition & 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.8
23+
denoflare-push 0.5.9
2424
2525
Upload a Cloudflare worker script to Cloudflare
2626

0 commit comments

Comments
 (0)