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

reformat config api-key output #910

Merged
merged 1 commit into from
Nov 26, 2019
Merged

reformat config api-key output #910

merged 1 commit into from
Nov 26, 2019

Conversation

bradyjoslin
Copy link
Contributor

@bradyjoslin bradyjoslin commented Nov 26, 2019

Resolves #889

$ wrangler config --api-key 
         We don't recommend using your Global API Key! Please consider using an
        API Token instead.
        https://support.cloudflare.com/hc/en-us/articles/200167836-Managing-API-Tokens-and-Keys

Enter email: 
...

which matches formatting of:

$ wrangler config 
         To find your API token, go to https://dash.cloudflare.com/profile/api-tokens
        and create it using the "Edit Cloudflare Workers" template

         If you are trying to use your Global API Key instead of an API Token
        (Not Recommended), run "wrangler config --api-key".

Enter API token: 
...

Copy link
Contributor

@EverlastingBugstopper EverlastingBugstopper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Thanks for the PR 😁

@EverlastingBugstopper EverlastingBugstopper merged commit 7ec421d into cloudflare:master Nov 26, 2019
@ashleymichal ashleymichal added this to the 1.7.0 milestone Dec 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use spacing for information message on wrangler config --api-key
3 participants