@hesed/conni 0.2.0 → 0.2.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 +16 -16
- package/oclif.manifest.json +1 -1
- package/package.json +1 -4
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.2.
|
|
29
|
+
@hesed/conni/0.2.1 linux-x64 node-v22.22.0
|
|
30
30
|
$ conni --help [COMMAND]
|
|
31
31
|
USAGE
|
|
32
32
|
$ conni COMMAND
|
|
@@ -76,7 +76,7 @@ EXAMPLES
|
|
|
76
76
|
$ conni conni auth add
|
|
77
77
|
```
|
|
78
78
|
|
|
79
|
-
_See code: [src/commands/conni/auth/add.ts](https://github.com/hesedcasa/conni/blob/v0.2.
|
|
79
|
+
_See code: [src/commands/conni/auth/add.ts](https://github.com/hesedcasa/conni/blob/v0.2.1/src/commands/conni/auth/add.ts)_
|
|
80
80
|
|
|
81
81
|
## `conni conni auth test`
|
|
82
82
|
|
|
@@ -96,7 +96,7 @@ EXAMPLES
|
|
|
96
96
|
$ conni conni auth test
|
|
97
97
|
```
|
|
98
98
|
|
|
99
|
-
_See code: [src/commands/conni/auth/test.ts](https://github.com/hesedcasa/conni/blob/v0.2.
|
|
99
|
+
_See code: [src/commands/conni/auth/test.ts](https://github.com/hesedcasa/conni/blob/v0.2.1/src/commands/conni/auth/test.ts)_
|
|
100
100
|
|
|
101
101
|
## `conni conni auth update`
|
|
102
102
|
|
|
@@ -121,7 +121,7 @@ EXAMPLES
|
|
|
121
121
|
$ conni conni auth update
|
|
122
122
|
```
|
|
123
123
|
|
|
124
|
-
_See code: [src/commands/conni/auth/update.ts](https://github.com/hesedcasa/conni/blob/v0.2.
|
|
124
|
+
_See code: [src/commands/conni/auth/update.ts](https://github.com/hesedcasa/conni/blob/v0.2.1/src/commands/conni/auth/update.ts)_
|
|
125
125
|
|
|
126
126
|
## `conni conni content attachment PAGEID FILE`
|
|
127
127
|
|
|
@@ -145,7 +145,7 @@ EXAMPLES
|
|
|
145
145
|
$ conni conni content attachment 123456 ./document.pdf
|
|
146
146
|
```
|
|
147
147
|
|
|
148
|
-
_See code: [src/commands/conni/content/attachment.ts](https://github.com/hesedcasa/conni/blob/v0.2.
|
|
148
|
+
_See code: [src/commands/conni/content/attachment.ts](https://github.com/hesedcasa/conni/blob/v0.2.1/src/commands/conni/content/attachment.ts)_
|
|
149
149
|
|
|
150
150
|
## `conni conni content attachment-download ATTACHMENTID [OUTPUTPATH]`
|
|
151
151
|
|
|
@@ -171,7 +171,7 @@ EXAMPLES
|
|
|
171
171
|
$ conni conni content attachment-download att12345 ./document.pdf
|
|
172
172
|
```
|
|
173
173
|
|
|
174
|
-
_See code: [src/commands/conni/content/attachment-download.ts](https://github.com/hesedcasa/conni/blob/v0.2.
|
|
174
|
+
_See code: [src/commands/conni/content/attachment-download.ts](https://github.com/hesedcasa/conni/blob/v0.2.1/src/commands/conni/content/attachment-download.ts)_
|
|
175
175
|
|
|
176
176
|
## `conni conni content comment PAGEID BODY`
|
|
177
177
|
|
|
@@ -204,7 +204,7 @@ EXAMPLES
|
|
|
204
204
|
$ conni conni content comment 123456 "$(cat content.md)"
|
|
205
205
|
```
|
|
206
206
|
|
|
207
|
-
_See code: [src/commands/conni/content/comment.ts](https://github.com/hesedcasa/conni/blob/v0.2.
|
|
207
|
+
_See code: [src/commands/conni/content/comment.ts](https://github.com/hesedcasa/conni/blob/v0.2.1/src/commands/conni/content/comment.ts)_
|
|
208
208
|
|
|
209
209
|
## `conni conni content comment-delete ID`
|
|
210
210
|
|
|
@@ -227,7 +227,7 @@ EXAMPLES
|
|
|
227
227
|
$ conni conni content comment-delete 1544224770
|
|
228
228
|
```
|
|
229
229
|
|
|
230
|
-
_See code: [src/commands/conni/content/comment-delete.ts](https://github.com/hesedcasa/conni/blob/v0.2.
|
|
230
|
+
_See code: [src/commands/conni/content/comment-delete.ts](https://github.com/hesedcasa/conni/blob/v0.2.1/src/commands/conni/content/comment-delete.ts)_
|
|
231
231
|
|
|
232
232
|
## `conni conni content comment-update ID BODY`
|
|
233
233
|
|
|
@@ -260,7 +260,7 @@ EXAMPLES
|
|
|
260
260
|
$ conni conni content comment-update 1544224770 "$(cat content.md)"
|
|
261
261
|
```
|
|
262
262
|
|
|
263
|
-
_See code: [src/commands/conni/content/comment-update.ts](https://github.com/hesedcasa/conni/blob/v0.2.
|
|
263
|
+
_See code: [src/commands/conni/content/comment-update.ts](https://github.com/hesedcasa/conni/blob/v0.2.1/src/commands/conni/content/comment-update.ts)_
|
|
264
264
|
|
|
265
265
|
## `conni conni content create`
|
|
266
266
|
|
|
@@ -295,7 +295,7 @@ FLAG DESCRIPTIONS
|
|
|
295
295
|
Minimum fields required: spaceKey, title & body
|
|
296
296
|
```
|
|
297
297
|
|
|
298
|
-
_See code: [src/commands/conni/content/create.ts](https://github.com/hesedcasa/conni/blob/v0.2.
|
|
298
|
+
_See code: [src/commands/conni/content/create.ts](https://github.com/hesedcasa/conni/blob/v0.2.1/src/commands/conni/content/create.ts)_
|
|
299
299
|
|
|
300
300
|
## `conni conni content delete PAGEID`
|
|
301
301
|
|
|
@@ -318,7 +318,7 @@ EXAMPLES
|
|
|
318
318
|
$ conni conni content delete 1543634992
|
|
319
319
|
```
|
|
320
320
|
|
|
321
|
-
_See code: [src/commands/conni/content/delete.ts](https://github.com/hesedcasa/conni/blob/v0.2.
|
|
321
|
+
_See code: [src/commands/conni/content/delete.ts](https://github.com/hesedcasa/conni/blob/v0.2.1/src/commands/conni/content/delete.ts)_
|
|
322
322
|
|
|
323
323
|
## `conni conni content get PAGEID`
|
|
324
324
|
|
|
@@ -341,7 +341,7 @@ EXAMPLES
|
|
|
341
341
|
$ conni conni content get 1544060948
|
|
342
342
|
```
|
|
343
343
|
|
|
344
|
-
_See code: [src/commands/conni/content/get.ts](https://github.com/hesedcasa/conni/blob/v0.2.
|
|
344
|
+
_See code: [src/commands/conni/content/get.ts](https://github.com/hesedcasa/conni/blob/v0.2.1/src/commands/conni/content/get.ts)_
|
|
345
345
|
|
|
346
346
|
## `conni conni content search CQL`
|
|
347
347
|
|
|
@@ -368,7 +368,7 @@ EXAMPLES
|
|
|
368
368
|
$ conni conni content search 'created > startOfMonth()' --limit=5 --expand=body,version
|
|
369
369
|
```
|
|
370
370
|
|
|
371
|
-
_See code: [src/commands/conni/content/search.ts](https://github.com/hesedcasa/conni/blob/v0.2.
|
|
371
|
+
_See code: [src/commands/conni/content/search.ts](https://github.com/hesedcasa/conni/blob/v0.2.1/src/commands/conni/content/search.ts)_
|
|
372
372
|
|
|
373
373
|
## `conni conni content update PAGEID`
|
|
374
374
|
|
|
@@ -402,7 +402,7 @@ EXAMPLES
|
|
|
402
402
|
$ conni conni content update 1076199489 --fields body="$(cat content.md)"
|
|
403
403
|
```
|
|
404
404
|
|
|
405
|
-
_See code: [src/commands/conni/content/update.ts](https://github.com/hesedcasa/conni/blob/v0.2.
|
|
405
|
+
_See code: [src/commands/conni/content/update.ts](https://github.com/hesedcasa/conni/blob/v0.2.1/src/commands/conni/content/update.ts)_
|
|
406
406
|
|
|
407
407
|
## `conni conni space get SPACEKEY`
|
|
408
408
|
|
|
@@ -425,7 +425,7 @@ EXAMPLES
|
|
|
425
425
|
$ conni conni space get DEV
|
|
426
426
|
```
|
|
427
427
|
|
|
428
|
-
_See code: [src/commands/conni/space/get.ts](https://github.com/hesedcasa/conni/blob/v0.2.
|
|
428
|
+
_See code: [src/commands/conni/space/get.ts](https://github.com/hesedcasa/conni/blob/v0.2.1/src/commands/conni/space/get.ts)_
|
|
429
429
|
|
|
430
430
|
## `conni conni space list`
|
|
431
431
|
|
|
@@ -445,5 +445,5 @@ EXAMPLES
|
|
|
445
445
|
$ conni conni space list
|
|
446
446
|
```
|
|
447
447
|
|
|
448
|
-
_See code: [src/commands/conni/space/list.ts](https://github.com/hesedcasa/conni/blob/v0.2.
|
|
448
|
+
_See code: [src/commands/conni/space/list.ts](https://github.com/hesedcasa/conni/blob/v0.2.1/src/commands/conni/space/list.ts)_
|
|
449
449
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hesed/conni",
|
|
3
3
|
"description": "CLI for Confluence API interaction",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.1",
|
|
5
5
|
"author": "Hesed",
|
|
6
6
|
"bin": {
|
|
7
7
|
"conni": "./bin/run.js"
|
|
@@ -57,9 +57,6 @@
|
|
|
57
57
|
"bin": "conni",
|
|
58
58
|
"dirname": "conni",
|
|
59
59
|
"commands": "./dist/commands",
|
|
60
|
-
"plugins": [
|
|
61
|
-
"@oclif/plugin-*"
|
|
62
|
-
],
|
|
63
60
|
"topicSeparator": " ",
|
|
64
61
|
"topics": {},
|
|
65
62
|
"update": {
|