Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust now init and now dev to not require a login token #2325

Merged
merged 2 commits into from May 7, 2019

Conversation

TooTallNate
Copy link
Member

These two commands should not require a login token because they do not interact with the Now API.

These two commands should not require a login token because
they do not interact with the Now API.
@TooTallNate TooTallNate requested a review from leo as a code owner May 7, 2019 22:34
src/index.js Outdated Show resolved Hide resolved
@codecov-io
Copy link

Codecov Report

Merging #2325 into canary will decrease coverage by 0.42%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           canary    #2325      +/-   ##
==========================================
- Coverage    11.1%   10.67%   -0.43%     
==========================================
  Files         247      247              
  Lines        9090     9043      -47     
  Branches     1007      994      -13     
==========================================
- Hits         1009      965      -44     
+ Misses       7967     7962       -5     
- Partials      114      116       +2
Impacted Files Coverage Δ
src/index.js 0% <0%> (ø) ⬆️
src/commands/dev/lib/builder-cache.ts 68.86% <0%> (-7.45%) ⬇️
src/commands/dev/lib/dev-builder.ts 55.74% <0%> (-6.33%) ⬇️
src/util/output/create-output.ts 35.13% <0%> (-2.71%) ⬇️
src/commands/dev/lib/dev-server.ts 42.88% <0%> (+2.48%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7aa2a27...ea39a63. Read the comment docs.

@TooTallNate TooTallNate requested a review from styfle May 7, 2019 22:48
@TooTallNate TooTallNate merged commit b53d907 into canary May 7, 2019
@TooTallNate TooTallNate deleted the update/no-login-commands branch May 7, 2019 22:56
leo pushed a commit that referenced this pull request May 20, 2019
* Adjust `now init` and `now dev` to not require a login token

These two commands should not require a login token because
they do not interact with the Now API.

* Remove `config` from `subcommandsWithoutToken` array

It's not an existing command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants