-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Checkout to branch on init, if any provided
- Loading branch information
1 parent
d65c89d
commit d02b25e
Showing
4 changed files
with
37 additions
and
6 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ Corgi compose `service` can contain the following items (properties): | |
| Item | Example | itemType | Description | ||
| ------------| :------------- | - | -- | ||
| cloneFrom | `[email protected]:Andriiklymiuk/corgi.git` | `string` | Git url to target repo. By default nothing is cloned. | ||
| branch | `some/feature/branch` | `string` | Branch to use for git checkout. By default default branch for repo is used. | ||
| environment | - YOUR_ENV=dev<br>- YOUR__ANTOHER_ENV=abcdef | `[]string` | List of environment variables to copy and put into your env file.<br>By default no environments are added. | ||
| envPath | ./path/to/.env | `string` | Path to .env file in target repo. By default .env file is used | ||
| ignoreEnv | false | `string` | Should service ignore env and don't change env file or not. By default is false (env is not ignored) | ||
|
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