@qaecy/cue-cli 0.0.47 → 0.0.49
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/assets/wasm/dir_scanner_wasm.js +461 -0
- package/main.js +1050 -469
- package/package.json +1 -1
- package/readme.md +1 -0
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -57,6 +57,7 @@ Fetch the entity category relationship summary graph for a project — useful fo
|
|
|
57
57
|
|----------------------|----------------------------------------------------------------------------------------------|---------|
|
|
58
58
|
| `-s, --space <id>` | Project ID (required) | N/A |
|
|
59
59
|
| `-f, --format <fmt>` | Output format: `md` (aligned text table), `graph` (JSON nodes + weighted edges), `json` (raw SPARQL result) | `md` |
|
|
60
|
+
| `--entity <iri>` | Filter to the one-hop neighbourhood of this category IRI (prefixed, e.g. `qcy-e:Building`, or full URL) | N/A |
|
|
60
61
|
|
|
61
62
|
#### sparql
|
|
62
63
|
|