
Lit CLI Commands
================
 lit help                    Show usage information.
 lit version                 Show just the lit version.
 lit update                  Update lit to the latest version.
 lit make appdir             Build appdir into a single executable.
 lit serve prefix            Start a lit package server (upstream or proxy).
                             `prefix` is the protocol and host.
                             EG: lit serve https://lit.luvit.io
Local configuration
-------------------
 lit auth username           Verify local private key and set username.
 lit up [url]                Go online.  Uses default upstream or url.
 lit down                    Go offline (disable upstream).
 lit config                  Print configuration.

Package Management
------------------
 lit init                    Bootstrap a new package.lua file or an init.lua
                             entry file
 lit ls [path]               List packages in folder or zip.
 lit install                 Install deps of package in cwd.
 lit install names*          Install dependencies.
 lit sync [author] [name]    Sync down upstream updates for any locally cached
 lit publish path*           Add and publish packages to upstream.
 lit add path*               Import, tag, and sign packages from disk.
                             to the local db.
Organization Management
-----------------------
 lit claim org               Claim github org of which you are a public member.
 lit share org user          Add collaborator who can push to this lit org.
 lit unclaim org             Remove yourself from a lit organization.
