@hesed/conni 0.9.0 → 0.9.1
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 +19 -19
- package/dist/commands/conni/content/attachment-download.js +1 -1
- package/dist/commands/conni/content/attachment.js +1 -1
- package/dist/commands/conni/content/comment-delete.js +1 -1
- package/dist/commands/conni/content/comment-update.js +1 -1
- package/dist/commands/conni/content/comment.js +1 -1
- package/dist/commands/conni/content/create.js +1 -1
- package/dist/commands/conni/content/delete.js +1 -1
- package/dist/commands/conni/content/get.js +1 -1
- package/dist/commands/conni/content/search.js +1 -1
- package/dist/commands/conni/content/update.js +1 -1
- package/dist/commands/conni/space/get.js +1 -1
- package/dist/commands/conni/space/list.js +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ $ npm install -g @hesed/conni
|
|
|
26
26
|
$ conni COMMAND
|
|
27
27
|
running command...
|
|
28
28
|
$ conni (--version)
|
|
29
|
-
@hesed/conni/0.9.
|
|
29
|
+
@hesed/conni/0.9.1 linux-x64 node-v24.16.0
|
|
30
30
|
$ conni --help [COMMAND]
|
|
31
31
|
USAGE
|
|
32
32
|
$ conni COMMAND
|
|
@@ -82,7 +82,7 @@ EXAMPLES
|
|
|
82
82
|
$ conni conni auth add -p prod
|
|
83
83
|
```
|
|
84
84
|
|
|
85
|
-
_See code: [src/commands/conni/auth/add.ts](https://github.com/hesedcasa/conni/blob/v0.9.
|
|
85
|
+
_See code: [src/commands/conni/auth/add.ts](https://github.com/hesedcasa/conni/blob/v0.9.1/src/commands/conni/auth/add.ts)_
|
|
86
86
|
|
|
87
87
|
## `conni conni auth delete`
|
|
88
88
|
|
|
@@ -107,7 +107,7 @@ EXAMPLES
|
|
|
107
107
|
$ conni conni auth delete -p prod
|
|
108
108
|
```
|
|
109
109
|
|
|
110
|
-
_See code: [src/commands/conni/auth/delete.ts](https://github.com/hesedcasa/conni/blob/v0.9.
|
|
110
|
+
_See code: [src/commands/conni/auth/delete.ts](https://github.com/hesedcasa/conni/blob/v0.9.1/src/commands/conni/auth/delete.ts)_
|
|
111
111
|
|
|
112
112
|
## `conni conni auth list`
|
|
113
113
|
|
|
@@ -127,7 +127,7 @@ EXAMPLES
|
|
|
127
127
|
$ conni conni auth list
|
|
128
128
|
```
|
|
129
129
|
|
|
130
|
-
_See code: [src/commands/conni/auth/list.ts](https://github.com/hesedcasa/conni/blob/v0.9.
|
|
130
|
+
_See code: [src/commands/conni/auth/list.ts](https://github.com/hesedcasa/conni/blob/v0.9.1/src/commands/conni/auth/list.ts)_
|
|
131
131
|
|
|
132
132
|
## `conni conni auth profile`
|
|
133
133
|
|
|
@@ -152,7 +152,7 @@ EXAMPLES
|
|
|
152
152
|
$ conni conni auth profile --default test
|
|
153
153
|
```
|
|
154
154
|
|
|
155
|
-
_See code: [src/commands/conni/auth/profile.ts](https://github.com/hesedcasa/conni/blob/v0.9.
|
|
155
|
+
_See code: [src/commands/conni/auth/profile.ts](https://github.com/hesedcasa/conni/blob/v0.9.1/src/commands/conni/auth/profile.ts)_
|
|
156
156
|
|
|
157
157
|
## `conni conni auth test`
|
|
158
158
|
|
|
@@ -177,7 +177,7 @@ EXAMPLES
|
|
|
177
177
|
$ conni conni auth test -p prod
|
|
178
178
|
```
|
|
179
179
|
|
|
180
|
-
_See code: [src/commands/conni/auth/test.ts](https://github.com/hesedcasa/conni/blob/v0.9.
|
|
180
|
+
_See code: [src/commands/conni/auth/test.ts](https://github.com/hesedcasa/conni/blob/v0.9.1/src/commands/conni/auth/test.ts)_
|
|
181
181
|
|
|
182
182
|
## `conni conni auth update`
|
|
183
183
|
|
|
@@ -205,7 +205,7 @@ EXAMPLES
|
|
|
205
205
|
$ conni conni auth update -p test
|
|
206
206
|
```
|
|
207
207
|
|
|
208
|
-
_See code: [src/commands/conni/auth/update.ts](https://github.com/hesedcasa/conni/blob/v0.9.
|
|
208
|
+
_See code: [src/commands/conni/auth/update.ts](https://github.com/hesedcasa/conni/blob/v0.9.1/src/commands/conni/auth/update.ts)_
|
|
209
209
|
|
|
210
210
|
## `conni conni content attachment PAGEID FILE`
|
|
211
211
|
|
|
@@ -230,7 +230,7 @@ EXAMPLES
|
|
|
230
230
|
$ conni conni content attachment 123456 ./document.pdf
|
|
231
231
|
```
|
|
232
232
|
|
|
233
|
-
_See code: [src/commands/conni/content/attachment.ts](https://github.com/hesedcasa/conni/blob/v0.9.
|
|
233
|
+
_See code: [src/commands/conni/content/attachment.ts](https://github.com/hesedcasa/conni/blob/v0.9.1/src/commands/conni/content/attachment.ts)_
|
|
234
234
|
|
|
235
235
|
## `conni conni content attachment-download ATTACHMENTID [OUTPUTPATH]`
|
|
236
236
|
|
|
@@ -257,7 +257,7 @@ EXAMPLES
|
|
|
257
257
|
$ conni conni content attachment-download att12345 ./document.pdf
|
|
258
258
|
```
|
|
259
259
|
|
|
260
|
-
_See code: [src/commands/conni/content/attachment-download.ts](https://github.com/hesedcasa/conni/blob/v0.9.
|
|
260
|
+
_See code: [src/commands/conni/content/attachment-download.ts](https://github.com/hesedcasa/conni/blob/v0.9.1/src/commands/conni/content/attachment-download.ts)_
|
|
261
261
|
|
|
262
262
|
## `conni conni content comment PAGEID BODY`
|
|
263
263
|
|
|
@@ -291,7 +291,7 @@ EXAMPLES
|
|
|
291
291
|
$ conni conni content comment 123456 "$(cat content.md)"
|
|
292
292
|
```
|
|
293
293
|
|
|
294
|
-
_See code: [src/commands/conni/content/comment.ts](https://github.com/hesedcasa/conni/blob/v0.9.
|
|
294
|
+
_See code: [src/commands/conni/content/comment.ts](https://github.com/hesedcasa/conni/blob/v0.9.1/src/commands/conni/content/comment.ts)_
|
|
295
295
|
|
|
296
296
|
## `conni conni content comment-delete ID`
|
|
297
297
|
|
|
@@ -315,7 +315,7 @@ EXAMPLES
|
|
|
315
315
|
$ conni conni content comment-delete 1544224770
|
|
316
316
|
```
|
|
317
317
|
|
|
318
|
-
_See code: [src/commands/conni/content/comment-delete.ts](https://github.com/hesedcasa/conni/blob/v0.9.
|
|
318
|
+
_See code: [src/commands/conni/content/comment-delete.ts](https://github.com/hesedcasa/conni/blob/v0.9.1/src/commands/conni/content/comment-delete.ts)_
|
|
319
319
|
|
|
320
320
|
## `conni conni content comment-update ID BODY`
|
|
321
321
|
|
|
@@ -349,7 +349,7 @@ EXAMPLES
|
|
|
349
349
|
$ conni conni content comment-update 1544224770 "$(cat content.md)"
|
|
350
350
|
```
|
|
351
351
|
|
|
352
|
-
_See code: [src/commands/conni/content/comment-update.ts](https://github.com/hesedcasa/conni/blob/v0.9.
|
|
352
|
+
_See code: [src/commands/conni/content/comment-update.ts](https://github.com/hesedcasa/conni/blob/v0.9.1/src/commands/conni/content/comment-update.ts)_
|
|
353
353
|
|
|
354
354
|
## `conni conni content create`
|
|
355
355
|
|
|
@@ -396,7 +396,7 @@ FLAG DESCRIPTIONS
|
|
|
396
396
|
Content fields in key=value format. Use @file to read value from a file (e.g. body=@content.xml)
|
|
397
397
|
```
|
|
398
398
|
|
|
399
|
-
_See code: [src/commands/conni/content/create.ts](https://github.com/hesedcasa/conni/blob/v0.9.
|
|
399
|
+
_See code: [src/commands/conni/content/create.ts](https://github.com/hesedcasa/conni/blob/v0.9.1/src/commands/conni/content/create.ts)_
|
|
400
400
|
|
|
401
401
|
## `conni conni content delete PAGEID`
|
|
402
402
|
|
|
@@ -420,7 +420,7 @@ EXAMPLES
|
|
|
420
420
|
$ conni conni content delete 1543634992
|
|
421
421
|
```
|
|
422
422
|
|
|
423
|
-
_See code: [src/commands/conni/content/delete.ts](https://github.com/hesedcasa/conni/blob/v0.9.
|
|
423
|
+
_See code: [src/commands/conni/content/delete.ts](https://github.com/hesedcasa/conni/blob/v0.9.1/src/commands/conni/content/delete.ts)_
|
|
424
424
|
|
|
425
425
|
## `conni conni content get PAGEID`
|
|
426
426
|
|
|
@@ -444,7 +444,7 @@ EXAMPLES
|
|
|
444
444
|
$ conni conni content get 1544060948
|
|
445
445
|
```
|
|
446
446
|
|
|
447
|
-
_See code: [src/commands/conni/content/get.ts](https://github.com/hesedcasa/conni/blob/v0.9.
|
|
447
|
+
_See code: [src/commands/conni/content/get.ts](https://github.com/hesedcasa/conni/blob/v0.9.1/src/commands/conni/content/get.ts)_
|
|
448
448
|
|
|
449
449
|
## `conni conni content search CQL`
|
|
450
450
|
|
|
@@ -472,7 +472,7 @@ EXAMPLES
|
|
|
472
472
|
$ conni conni content search 'created > startOfMonth()' --limit=5 --expand=body,version
|
|
473
473
|
```
|
|
474
474
|
|
|
475
|
-
_See code: [src/commands/conni/content/search.ts](https://github.com/hesedcasa/conni/blob/v0.9.
|
|
475
|
+
_See code: [src/commands/conni/content/search.ts](https://github.com/hesedcasa/conni/blob/v0.9.1/src/commands/conni/content/search.ts)_
|
|
476
476
|
|
|
477
477
|
## `conni conni content update PAGEID`
|
|
478
478
|
|
|
@@ -512,7 +512,7 @@ EXAMPLES
|
|
|
512
512
|
$ conni conni content update 1076199489 --fields body=@storage.xml representation=storage --full-width
|
|
513
513
|
```
|
|
514
514
|
|
|
515
|
-
_See code: [src/commands/conni/content/update.ts](https://github.com/hesedcasa/conni/blob/v0.9.
|
|
515
|
+
_See code: [src/commands/conni/content/update.ts](https://github.com/hesedcasa/conni/blob/v0.9.1/src/commands/conni/content/update.ts)_
|
|
516
516
|
|
|
517
517
|
## `conni conni space get SPACEKEY`
|
|
518
518
|
|
|
@@ -536,7 +536,7 @@ EXAMPLES
|
|
|
536
536
|
$ conni conni space get DEV
|
|
537
537
|
```
|
|
538
538
|
|
|
539
|
-
_See code: [src/commands/conni/space/get.ts](https://github.com/hesedcasa/conni/blob/v0.9.
|
|
539
|
+
_See code: [src/commands/conni/space/get.ts](https://github.com/hesedcasa/conni/blob/v0.9.1/src/commands/conni/space/get.ts)_
|
|
540
540
|
|
|
541
541
|
## `conni conni space list`
|
|
542
542
|
|
|
@@ -557,5 +557,5 @@ EXAMPLES
|
|
|
557
557
|
$ conni conni space list
|
|
558
558
|
```
|
|
559
559
|
|
|
560
|
-
_See code: [src/commands/conni/space/list.ts](https://github.com/hesedcasa/conni/blob/v0.9.
|
|
560
|
+
_See code: [src/commands/conni/space/list.ts](https://github.com/hesedcasa/conni/blob/v0.9.1/src/commands/conni/space/list.ts)_
|
|
561
561
|
<!-- commandsstop -->
|
|
@@ -18,7 +18,7 @@ export default class ContentDownloadAttachment extends Command {
|
|
|
18
18
|
};
|
|
19
19
|
async run() {
|
|
20
20
|
const { args, flags } = await this.parse(ContentDownloadAttachment);
|
|
21
|
-
const { loadAuthConfig } = createProfileManager(this.config, flags.profile);
|
|
21
|
+
const { loadAuthConfig } = createProfileManager(this.config, flags.profile, 'conni-config.json');
|
|
22
22
|
const auth = await loadAuthConfig();
|
|
23
23
|
if (!auth) {
|
|
24
24
|
this.error(`Missing authentication config.`);
|
|
@@ -17,7 +17,7 @@ export default class ContentAttachment extends Command {
|
|
|
17
17
|
};
|
|
18
18
|
async run() {
|
|
19
19
|
const { args, flags } = await this.parse(ContentAttachment);
|
|
20
|
-
const { loadAuthConfig } = createProfileManager(this.config, flags.profile);
|
|
20
|
+
const { loadAuthConfig } = createProfileManager(this.config, flags.profile, 'conni-config.json');
|
|
21
21
|
const auth = await loadAuthConfig();
|
|
22
22
|
if (!auth) {
|
|
23
23
|
this.error(`Missing authentication config.`);
|
|
@@ -13,7 +13,7 @@ export default class ContentDeleteComment extends Command {
|
|
|
13
13
|
};
|
|
14
14
|
async run() {
|
|
15
15
|
const { args, flags } = await this.parse(ContentDeleteComment);
|
|
16
|
-
const { loadAuthConfig } = createProfileManager(this.config, flags.profile);
|
|
16
|
+
const { loadAuthConfig } = createProfileManager(this.config, flags.profile, 'conni-config.json');
|
|
17
17
|
const auth = await loadAuthConfig();
|
|
18
18
|
if (!auth) {
|
|
19
19
|
this.error(`Missing authentication config.`);
|
|
@@ -19,7 +19,7 @@ export default class ContentUpdateComment extends Command {
|
|
|
19
19
|
};
|
|
20
20
|
async run() {
|
|
21
21
|
const { args, flags } = await this.parse(ContentUpdateComment);
|
|
22
|
-
const { loadAuthConfig } = createProfileManager(this.config, flags.profile);
|
|
22
|
+
const { loadAuthConfig } = createProfileManager(this.config, flags.profile, 'conni-config.json');
|
|
23
23
|
const auth = await loadAuthConfig();
|
|
24
24
|
if (!auth) {
|
|
25
25
|
this.error(`Missing authentication config.`);
|
|
@@ -19,7 +19,7 @@ export default class ContentAddComment extends Command {
|
|
|
19
19
|
};
|
|
20
20
|
async run() {
|
|
21
21
|
const { args, flags } = await this.parse(ContentAddComment);
|
|
22
|
-
const { loadAuthConfig } = createProfileManager(this.config, flags.profile);
|
|
22
|
+
const { loadAuthConfig } = createProfileManager(this.config, flags.profile, 'conni-config.json');
|
|
23
23
|
const auth = await loadAuthConfig();
|
|
24
24
|
if (!auth) {
|
|
25
25
|
this.error(`Missing authentication config.`);
|
|
@@ -34,7 +34,7 @@ export default class ContentCreate extends Command {
|
|
|
34
34
|
};
|
|
35
35
|
async run() {
|
|
36
36
|
const { flags } = await this.parse(ContentCreate);
|
|
37
|
-
const { loadAuthConfig } = createProfileManager(this.config, flags.profile);
|
|
37
|
+
const { loadAuthConfig } = createProfileManager(this.config, flags.profile, 'conni-config.json');
|
|
38
38
|
const auth = await loadAuthConfig();
|
|
39
39
|
if (!auth) {
|
|
40
40
|
this.error(`Missing authentication config.`);
|
|
@@ -13,7 +13,7 @@ export default class ContentDelete extends Command {
|
|
|
13
13
|
};
|
|
14
14
|
async run() {
|
|
15
15
|
const { args, flags } = await this.parse(ContentDelete);
|
|
16
|
-
const { loadAuthConfig } = createProfileManager(this.config, flags.profile);
|
|
16
|
+
const { loadAuthConfig } = createProfileManager(this.config, flags.profile, 'conni-config.json');
|
|
17
17
|
const auth = await loadAuthConfig();
|
|
18
18
|
if (!auth) {
|
|
19
19
|
this.error(`Missing authentication config.`);
|
|
@@ -13,7 +13,7 @@ export default class ContentGet extends Command {
|
|
|
13
13
|
};
|
|
14
14
|
async run() {
|
|
15
15
|
const { args, flags } = await this.parse(ContentGet);
|
|
16
|
-
const { loadAuthConfig } = createProfileManager(this.config, flags.profile);
|
|
16
|
+
const { loadAuthConfig } = createProfileManager(this.config, flags.profile, 'conni-config.json');
|
|
17
17
|
const auth = await loadAuthConfig();
|
|
18
18
|
if (!auth) {
|
|
19
19
|
this.error(`Missing authentication config.`);
|
|
@@ -18,7 +18,7 @@ export default class ContentSearch extends Command {
|
|
|
18
18
|
};
|
|
19
19
|
async run() {
|
|
20
20
|
const { args, flags } = await this.parse(ContentSearch);
|
|
21
|
-
const { loadAuthConfig } = createProfileManager(this.config, flags.profile);
|
|
21
|
+
const { loadAuthConfig } = createProfileManager(this.config, flags.profile, 'conni-config.json');
|
|
22
22
|
const auth = await loadAuthConfig();
|
|
23
23
|
if (!auth) {
|
|
24
24
|
this.error(`Missing authentication config.`);
|
|
@@ -28,7 +28,7 @@ export default class ContentUpdate extends Command {
|
|
|
28
28
|
};
|
|
29
29
|
async run() {
|
|
30
30
|
const { args, flags } = await this.parse(ContentUpdate);
|
|
31
|
-
const { loadAuthConfig } = createProfileManager(this.config, flags.profile);
|
|
31
|
+
const { loadAuthConfig } = createProfileManager(this.config, flags.profile, 'conni-config.json');
|
|
32
32
|
const auth = await loadAuthConfig();
|
|
33
33
|
if (!auth) {
|
|
34
34
|
this.error(`Missing authentication config.`);
|
|
@@ -13,7 +13,7 @@ export default class SpaceGet extends Command {
|
|
|
13
13
|
};
|
|
14
14
|
async run() {
|
|
15
15
|
const { args, flags } = await this.parse(SpaceGet);
|
|
16
|
-
const { loadAuthConfig } = createProfileManager(this.config, flags.profile);
|
|
16
|
+
const { loadAuthConfig } = createProfileManager(this.config, flags.profile, 'conni-config.json');
|
|
17
17
|
const auth = await loadAuthConfig();
|
|
18
18
|
if (!auth) {
|
|
19
19
|
this.error(`Missing authentication config.`);
|
|
@@ -10,7 +10,7 @@ export default class SpaceList extends Command {
|
|
|
10
10
|
};
|
|
11
11
|
async run() {
|
|
12
12
|
const { flags } = await this.parse(SpaceList);
|
|
13
|
-
const { loadAuthConfig } = createProfileManager(this.config, flags.profile);
|
|
13
|
+
const { loadAuthConfig } = createProfileManager(this.config, flags.profile, 'conni-config.json');
|
|
14
14
|
const auth = await loadAuthConfig();
|
|
15
15
|
if (!auth) {
|
|
16
16
|
this.error(`Missing authentication config.`);
|
package/oclif.manifest.json
CHANGED