Matheus Fernandes
d60251703c
7.0.1
8 years ago
Matheus Fernandes
8d971d7b2b
Bump `email-prompt` – fixes #679
8 years ago
Matheus Fernandes
a88ecb9936
Revert ea9af7d
and fix the existing message ( #680 )
8 years ago
Leo Lamprecht
b6a714f6c7
Be more definite about what is being installed
8 years ago
Leo Lamprecht
9d30b4fcd3
7.0.0
8 years ago
Leo Lamprecht
9fbeb61ff7
Prettified arrow function
8 years ago
Leo Lamprecht
ea9af7d746
Display proper error message if path doesn't exist
This closes #675
8 years ago
Leo Lamprecht
8a603c04d8
Made `now cc add` case-unsensitive
This closes #631
8 years ago
Leo Lamprecht
12edb30d20
Use arrow functions and import comments where possible
8 years ago
Mike Engel
9089fb8a41
Allow credit card numbers to be pasted with `now cc add` ( #656 )
This fixes a bug where, when pasting a credit card, it would print the
number correctly, but also append too much placeholder. When hitting
enter, backspace, or another number, it would begin printing (and
formatting) `undefined`. This adds a special case where the CC will be
formatted to account for spaces when comparing against the length of the
existing value or placeholder.
8 years ago
Leo Lamprecht
e2cc19e8d5
Added `npm run prettify` for running `prettier` manually
8 years ago
David Corwin
27319e34b4
Improved usage information for `now switch` ( #668 )
* updated help message for `now switch` to reference the argument for the team as the slug instead of the id
* Improved message
* Prettified
8 years ago
Naoyuki Kanezawa
1fc76f1b60
Removed IDs from secrets list ( #665 )
* remove secret ids
* prettier
8 years ago
Albert Martin
020365fd55
Fixed aliased results appearing in list with `--safe` flag ( #672 )
8 years ago
David Corwin
348b19e54d
Try to clone git repositories over SSH on failure ( #671 )
* updated help message for `now switch` to reference the argument for the team as the slug instead of the id
* try ssh if https does not work
* add editor settings to .gitignore, update yarn.lock
* reverting change to teams in separate pr
* Removed unused ignored prop
8 years ago
Igor Klopov
588ba5acf1
Stop showing the full build path in stack traces ( #669 )
8 years ago
Leo Lamprecht
1fba7da419
6.4.1
8 years ago
Leo Lamprecht
3711d09352
Made using an array for the env variable list work
8 years ago
Leo Lamprecht
0fe740f847
6.4.0
8 years ago
Leo Lamprecht
925eb96882
Added `npm run clean` for cleaning up the development environment
8 years ago
Olli Vanhoja
5080520616
Reduce the number of retries on cert creation ( #664 )
Retrying multiple times on cert creation doesn't usually help but
makes the user wait for a longer time for nothing. Usually there
is either a configuration error that must be solved or the DNS
change hasn't propagated yet, which will usually take longer than
the retry window.
8 years ago
Leo Lamprecht
ac2a75fe41
Now asking for value of missing environment variables ( #645 )
* Ask for missing environment variables
* Prettified
* Use `info` helper
* Only apply fields if `now` is available
* Don't log
* Isolate our Inquirer patch
* Patch Inquirer before asking for the env fields
* Don't ask for env vars that are already defined
8 years ago
Igor Klopov
627ded2ee7
Removed useless code from installation mechanism ( #663 )
8 years ago
Leo Lamprecht
10862abef2
Linked to document about how to install the CLI
8 years ago
Olli Vanhoja
566f8bc17a
Ask if the user really wants to add a subdomain as a domain ( #662 )
Closes #481
8 years ago
greenkeeper[bot]
d108fe9d67
chore(package): update psl to version 1.1.19 ( #660 )
8 years ago
greenkeeper[bot]
212e8a9d67
chore(package): update lint-staged to version 3.6.1 ( #657 )
8 years ago
Leo Lamprecht
0d2d056d37
6.3.2
8 years ago
Leo Lamprecht
390eaef7b5
Allowed using `process.exit()` in installation script
8 years ago
Leo Lamprecht
15b9b258ed
Don't trigger installation when in development mode
8 years ago
greenkeeper[bot]
c36b2c0fbf
chore(package): update @google/maps to version 0.4.0 ( #653 )
8 years ago
greenkeeper[bot]
8ed0575796
chore(package): update babel-core to version 6.25.0 ( #652 )
8 years ago
greenkeeper[bot]
b74b349230
Update prettier to the latest version 🚀 ( #648 )
* chore(package): update prettier to version 1.4.3
* Bump prettier
8 years ago
Jarmo Isotalo
499bba0324
Don't return an empty object that would then be stored as the user, but ( #650 )
instead return null which is then easier to catch (as the code already
expects to receive)
8 years ago
greenkeeper[bot]
fc4e07611a
chore(package): update inquirer to version 3.1.0 ( #644 )
8 years ago
greenkeeper[bot]
96389a2898
chore(package): update webpack to version 3.0.0-rc.1 ( #643 )
8 years ago
greenkeeper[bot]
bcfe6881e0
chore(package): update update-notifier to version 2.2.0 ( #640 )
8 years ago
greenkeeper[bot]
2d0b0ef2e7
chore(package): update pkg to version 4.0.0 ( #634 )
8 years ago
Leo Lamprecht
931745ff81
6.3.1
8 years ago
Leo Lamprecht
d6e9640d02
Don't upgrade certain packages automatically
8 years ago
Leo Lamprecht
b6da4e8501
Downgraded `socket.io-client`
8 years ago
greenkeeper[bot]
1660e425e7
chore(package): update async-retry to version 1.1.1 ( #629 )
8 years ago
greenkeeper[bot]
4f47b0527a
chore(package): update prettier to version 1.4.2 ( #628 )
8 years ago
Leo Lamprecht
5e81689ede
6.3.0
8 years ago
Leo Lamprecht
18410e9b38
Bumped `socket.io-client` to the latest version
8 years ago
greenkeeper[bot]
f1a42eb6ab
Update prettier to the latest version 🚀 ( #626 )
* chore(package): update prettier to version 1.4.1
* Prettified everything
* Fixed linting
8 years ago
Albert Martin
ba1543e3e8
Persist current team when using token auth ( #616 )
8 years ago
Jarmo Isotalo
493d9123fd
Option `--session-affinity` was added for setting session affinity ( #600 )
8 years ago
Albert Martin
3b11fd1d7e
Added `--safe` flag for skipping aliased deployments ( #617 )
8 years ago
Naoyuki Kanezawa
01c49c9b1e
Made `now logs <instance-url>` work ( #614 )
8 years ago