@superdoc-dev/cli 0.3.0-next.1 → 0.3.0-next.12

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.
Files changed (4) hide show
  1. package/README.md +5 -4
  2. package/dist/index.js +37810 -33278
  3. package/package.json +8 -8
  4. 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`, `--target-file`
317
- - `--at-json`, `--at-file` (for `create paragraph`)
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