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 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 { };
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env node
2
+ import { n as buildStandalone, r as fail } from "./build-DhED0Zw_.mjs";
3
+ //#region src/bitbucket.ts
4
+ buildStandalone("bitbucket").parseAsync().catch(fail);
5
+ //#endregion
6
+ export {};