Skip to content

Files

Latest commit

Jan 20, 2017
1c99403 · Jan 20, 2017

History

History
66 lines (46 loc) · 1.51 KB

command-line.md

File metadata and controls

66 lines (46 loc) · 1.51 KB

Command-line tool

The StaticLand command-line tool is the primary method for manaing sites on StaticLand.

Example usage looks like this:

# install via npm
npm install --global staticland

# create an account
staticland register

# deploy your site
staticland site/ yourdomain.com

Help

Basic help text for using staticland:

USAGE:
  staticland {command} [options]

COMMANDS:
  register    create an account on a staticland server
  login       log in to a staticland server
  logout      log out of a staticland server
  deploy      deploy a static site to a staticland server
  password    change your password on a staticland server
  server      switch between staticland servers you've logged in to
  whoami      show which user you're using on which staticland server
  domain      check if domain dns is correctly set up with a staticland server
  help        show this help message

DEPLOY
  staticland deploy site/ example.com

  Options:
  -e, --exclude   exclude specific files and directories
  -s, --server    Specify a server to use instead of the hosted version at static.land

  You can drop the "deploy" subcommand for a shortened version:

    staticland site/ example.com

  To exclude file and directories:

    staticland site/ example.com -e bigfile.pdf -e secret.txt -e dir/of/super/big/files/

HELP
  staticland help

REGISTER
  staticland register

LOGIN
  staticland login

SERVER
  staticland server api.static.land

WHOAMI
  staticland whoami