@wearesponge/coastline-cli
v1.3.0
Published
Coastline CLI =============
Downloads
6
Readme
Coastline CLI
Full docs: https://git.wearesponge.com/coastline/coastline/blob/development/docs/development/cli.md
Quickstart
# 1. Clone down
git clone [email protected]: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]
coastline help [COMMAND]
coastline update [PROJECTDIRECTORY]
coastline update-legacy
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