Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1500 from cloudflare/1.11.0-rc.1
Browse files Browse the repository at this point in the history
🔐1.11.0-rc.1
  • Loading branch information
jspspike committed Aug 13, 2020
2 parents 2fd46ef + 629ecec commit add2cec
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 31 deletions.
54 changes: 27 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wrangler"
version = "1.11.0-rc.0"
version = "1.11.0-rc.1"
authors = ["The Wrangler Team <wrangler@cloudflare.com>", "Avery Harnish <averyharnish@gmail.com>", "Ashley Lewis <ashleymichal@gmail.com>", "Ashley Williams <ashley666ashley@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down
7 changes: 6 additions & 1 deletion npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,14 @@ $ wrangler publish

Additionally, you can configure different [environments](https://developers.cloudflare.com/workers/tooling/wrangler/configuration/environments).


### 🔓 `login`

Authenticate Wrangler with your Cloudflare login. This will prompt you with a Cloudflare account login page and is the alternative to `wrangler config`.

### 🔧 `config`

Configure your global Cloudflare user. This is an interactive command that will prompt you for your API token:
Authenticate Wrangler with a Cloudflare API Token. This is an interactive command that will prompt you for your API token:

```bash
wrangler config
Expand Down
2 changes: 1 addition & 1 deletion npm/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/wrangler",
"version": "1.11.0-rc.0",
"version": "1.11.0-rc.1",
"description": "Command-line interface for all things Cloudflare Workers",
"main": "binary.js",
"scripts": {
Expand Down

0 comments on commit add2cec

Please sign in to comment.