Files
amond f943bcfed3 fix: outputs object is always empty (#29)
* fix: Outputs object is always empty

output is only set if comment on commit or pull is enabled.
2020-02-25 23:16:01 +09:00
..
2020-02-18 22:29:54 +09:00
2019-10-17 12:36:15 +09:00
2020-02-18 22:29:54 +09:00
2020-02-18 22:29:54 +09:00

now

Join the community on Spectrum

Usages

To install the latest version of Now CLI, visit zeit.co/download or run this command:

npm i -g now

To quickly start a new project, run the following commands:

now init        # Pick an example project
cd <PROJECT>    # Change directory to the new project
now dev         # Run locally during development
now             # Deploy to the cloud

Documentation

For details on how to use Now CLI, check out our documentation.