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
greenkeeper[bot]
c69de6b3ec
chore(package): update node-fetch to version 1.7.1 ( #627 )
8 years ago
Leo Lamprecht
3bef4d1b4e
6.2.6
8 years ago
Igor Klopov
2873dcc4e4
Download from GitHub directly ( #625 )
* directly downloads the version specified in package.json.version
* catch 'error' event from resp.body
8 years ago
Leo Lamprecht
8c5130fd02
Removed useless dependency
8 years ago
greenkeeper[bot]
f19672a398
chore(package): update lint-staged to version 3.6.0 ( #620 )
8 years ago
Igor Klopov
d186767b58
Make update notifications work again ( #610 )
* Revert "Disable update-notifier (#609 )"
This reverts commit b7a8f23475
.
* pkg@3.0.6
* output 'please update' for both npm and non-npm install
8 years ago
nkzawa
6a9cb8d095
6.2.5
8 years ago
Naoyuki Kanezawa
f29cb1c69e
Fix repeated logs and corrupted characters ( #611 )
* revert socket.io-client version for now
* don't print duplicated build logs
8 years ago
Matheus Fernandes
f2b1de2e5c
6.2.4
8 years ago
Matheus Fernandes
b7a8f23475
Disable update-notifier ( #609 )
* Revert "Only show update notifications when loaded from npm (#606 )"
This reverts commit 3ef666ba8d
.
* Revert "Brought the update notification back"
This reverts commit 5d3d9d4f37
.
8 years ago
Leo Lamprecht
a48c099ffa
Slight improvements to reasons for shipping a `pkg`-ed binary
8 years ago
Leo Lamprecht
a68004ad8b
Another reason for shipping a pkg binary
8 years ago
Leo Lamprecht
1fd521ab27
Improved the link to the Dockerfile docs
8 years ago
Leo Lamprecht
9c44a813ea
6.2.3
8 years ago