atlass 1.8.0 → 1.9.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 +4 -0
- package/dist/bitbucket.d.mts +1 -0
- package/dist/bitbucket.mjs +6 -0
- package/dist/build-DhED0Zw_.mjs +2419 -0
- package/dist/cli.mjs +2 -2381
- package/dist/confluence.d.mts +1 -0
- package/dist/confluence.mjs +6 -0
- package/dist/jira.d.mts +1 -0
- package/dist/jira.mjs +6 -0
- package/package.json +9 -3
package/README.md
CHANGED
|
@@ -12,6 +12,10 @@ npm install -g atlass
|
|
|
12
12
|
|
|
13
13
|
Or from source: `pnpm install && pnpm build && pnpm link --global`.
|
|
14
14
|
|
|
15
|
+
The install also adds `jira`, `confluence`, and `bitbucket` as shortcuts for
|
|
16
|
+
`atlass jira`, `atlass confluence`, and `atlass bitbucket`. Under `atlass`,
|
|
17
|
+
`conf` and `bb` are aliases for the two long names.
|
|
18
|
+
|
|
15
19
|
## Authentication
|
|
16
20
|
|
|
17
21
|
Create an API token at
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|