-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(config): make the 'auto update' of the config file consistent
- Loading branch information
Showing
2 changed files
with
18 additions
and
13 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 |
---|---|---|
|
@@ -57,6 +57,7 @@ Configuration arguments are as follows: | |
| Name | Value Type | Example Value | Required | Default | | ||
| --- | --- | --- | --- | --- | | ||
| log-level | string | "warn" | false | "info" | | ||
| dry-run | bool | false | false | false | | ||
| github-token | string | | true | null | | ||
| jira-user | string | "[email protected]" | false | null | | ||
| jira-pass | string | | false | null | | ||
|
@@ -75,6 +76,8 @@ Configuration arguments are as follows: | |
`log-level` is the minimum level which will be logged; any output below | ||
this value will be discarded. | ||
|
||
`dry-run` is for experimenting with the tool, if set to `true`, no changes will be executed in Jira | ||
|
||
`github-token` is a personal access token used to access GitHub as a | ||
specific user. | ||
|
||
|
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