@qaecy/cue-cli 0.0.48 → 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.
Files changed (3) hide show
  1. package/main.js +886 -598
  2. package/package.json +1 -1
  3. package/readme.md +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qaecy/cue-cli",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "description": "Cue CLI for QAECY platform",
5
5
  "main": "main.js",
6
6
  "bin": {
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