-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from QDivision/master
Update master
- Loading branch information
Showing
4 changed files
with
38 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,18 +33,18 @@ All subcommands supported by `chip` can be viewed by running `chip help`: | |
chip <command> | ||
Commands: | ||
chip sync [services..] Clone or pull repos for services in | ||
project | ||
chip checkout <branch> [services..] Checkout a git branch for services in | ||
project | ||
chip status [services..] Show git status for services in project | ||
chip install [services..] Install dependencies for services in | ||
project | ||
chip start [services..] Start services in project | ||
chip stop [services..] Stop services in project | ||
chip restart [services..] Stop and restart services in project | ||
chip logs [services..] View logs for services in project | ||
chip list List all services in project | ||
chip sync [services|tags..] Clone or pull repos for services in | ||
project | ||
chip checkout <branch> [services|tags..] Checkout a git branch for services in | ||
project | ||
chip status [services|tags..] Show git status for services in project | ||
chip install [services|tags..] Install dependencies for services in | ||
project | ||
chip start [services|tags..] Start services in project | ||
chip stop [services|tags..] Stop services in project | ||
chip restart [services|tags..] Stop and restart services in project | ||
chip logs [services|tags..] View logs for services in project | ||
chip list List all services in project | ||
``` | ||
|
||
## Sample Project | ||
|
@@ -83,11 +83,15 @@ services: | |
repo: '[email protected]:QDivision/sandwich-ui.git' | ||
install: 'yarn install' | ||
run: 'yarn start' | ||
tags: | ||
- sandwich | ||
|
||
sandwich-api: | ||
repo: '[email protected]:QDivision/sandwich-api.git' | ||
install: 'mvn clean package -D maven.test.skip=true' | ||
run: 'mvn spring-boot:run -D spring-boot.run.profiles=local' | ||
tags: | ||
- sandwich | ||
|
||
ingredient-api: | ||
repo: '[email protected]:QDivision/ingredient-api.git' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters