@superdoc-dev/cli 0.3.0-next.2 → 0.3.0-next.20
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 +5 -4
- package/dist/index.js +139826 -134042
- package/package.json +8 -8
- package/skill/SKILL.md +66 -13
package/README.md
CHANGED
|
@@ -311,10 +311,11 @@ superdoc info ./contract.docx --pretty
|
|
|
311
311
|
|
|
312
312
|
## Input payload flags
|
|
313
313
|
|
|
314
|
-
- `--query-json`, `--query-file`
|
|
315
|
-
- `--address-json`, `--address-file`
|
|
316
|
-
- `--target-json
|
|
317
|
-
- `--
|
|
314
|
+
- `--query-json`, `--query-file` (`find`, `lists list`)
|
|
315
|
+
- `--address-json`, `--address-file` (`get-node`, `lists get`)
|
|
316
|
+
- `--target-json` (mutation commands — no `--target-file` counterpart; use flat flags `--block-id`/`--start`/`--end` as alternative)
|
|
317
|
+
- `--input-json`, `--input-file` (`call`, `create paragraph`)
|
|
318
|
+
- `--at-json`, `--at-file` (`create paragraph`)
|
|
318
319
|
|
|
319
320
|
## Stdin support
|
|
320
321
|
|