You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -127,11 +127,13 @@ Check `jira completion --help` for more info on setting up a bash/zsh shell comp
127
127
128
128
#### Multiple projects
129
129
130
-
The tool honors the `JIRA_CONFIG_FILE` environment variable, which specifies the location of the configuration file:
130
+
You can load a specific configuration file by using the `--config/-c` flag, or by setting the `JIRA_CONFIG_FILE` environment variable to specify the file's location.
131
131
132
132
```sh
133
-
JIRA_CONFIG_FILE=./local_jira_config.yaml jira issue list
133
+
$ JIRA_CONFIG_FILE=./local_jira_config.yaml jira issue list
0 commit comments