Minor Changes
- Added the
-n
and--name
flags, which can be used to set the name of the deployment (instead of letting Now determine it based on the name of the directory): #150
Patches
- Missing greather-than-sign for debugging deployment type added: 0db509d
- Fixed comment typo in
bin/now-certs.js
: 9ca1a48 - No need to use
--force
when setting--name
or--public
: #136 - Now throwing a proper error if Node version is too old (instead of breaking): #118
- When confirming something, tell user to either go with
y
ORN
: d8da820 - Don't allow deployments from
HOMEDIR
, downloads directory or the desktop: #99