1.3.0 • Published 4 years ago

@wearesponge/coastline-cli v1.3.0

Weekly downloads
-
License
UNLICENCED
Repository
-
Last release
4 years ago

Coastline CLI

Full docs: https://git.wearesponge.com/coastline/coastline/blob/development/docs/development/cli.md

Quickstart

# 1. Clone down
git clone git@git.wearesponge.com:coastline/coastline-cli.git
# 2. Get in there
cd coastline-cli
# 3. Install dependencies
npm install
# 4. Link the CLI tool to the command 'coastline'
npm link

Commands

coastline create [NAME] [BASEREPOURL] [BASEREPOBRANCH]

Create a new Coastline project

USAGE
  $ coastline create [NAME] [BASEREPOURL] [BASEREPOBRANCH]

OPTIONS
  -h, --help  show CLI help

coastline help [COMMAND]

display help for coastline

USAGE
  $ coastline help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

coastline update [PROJECTDIRECTORY]

Update the current Coastline project

USAGE
  $ coastline update [PROJECTDIRECTORY]

OPTIONS
  -c, --commit=commit  Commit message
  -h, --help           show CLI help

coastline update-legacy

Update the current Coastline project

USAGE
  $ coastline update-legacy

OPTIONS
  -h, --help  show CLI help