LinuxCommandLibrary

now

now

TLDR

Deploy the current directory

$ now
copy


Display a list of deployments
$ now list
copy


Display information related to a deployment
$ now inspect [deployment_url]
copy


Remove a deployment
$ now remove [deployment_id]
copy


Log in into an account or create a new one
$ now login
copy


Initialize an example project (a new directory will be created)
$ now init
copy

Copied to clipboard