fixdiscover 1.2.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/main.js +42336 -44449
- package/package.json +18 -18
- package/src/cli.ts +29 -15
- package/src/jira.ts +32 -21
- package/src/util.ts +16 -1
- package/vitest.config.ts +13 -0
package/README.md
CHANGED
|
@@ -70,6 +70,7 @@ Options:
|
|
|
70
70
|
-V, --version output the version number
|
|
71
71
|
-c, --component [component] issue component
|
|
72
72
|
-u, --upstream [upstream] upstream project
|
|
73
|
+
-l, --login <email> Jira login email
|
|
73
74
|
--migrate migrate links from Bugzilla to Jira
|
|
74
75
|
-n, --nocolor disable color output (default: false)
|
|
75
76
|
-x, --dry dry run (default: false)
|