-
Notifications
You must be signed in to change notification settings - Fork 758
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mention env var when using API Token and
whoami
/log(out|in)
comma…
…nds.
- Loading branch information
Showing
3 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
"wrangler": minor | ||
--- | ||
|
||
feature: whoami, logout and login commands mention the CLOUDFLARE_API_TOKEN env var now | ||
|
||
It is easy to get confused when trying to logout while the CLOUDFLARE_API_TOKEN env var is set. | ||
The logout command normally prints out a message which states that the user is not logged in. This | ||
change rectifes this to explicitly call out that the CLOUDFLARE_API_TOKEN is set and requests that | ||
the user unsets it to logout. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters