Inspect everything the catalog records for an asset (unpinned = latest; :vN for an exact version) — identity, facts, provenance, usage, versions.
usage: simulo asset inspect [-h] [--report PATH] [--wait] [--json] ref
| Argument |
Description |
REF |
Asset reference, e.g. robot/forklift or robot/forklift:v3 (unpinned = latest). |
| Option |
Description |
--report PATH |
Write the version’s validation report JSON to PATH. |
--wait |
If the newest version is still validating, watch it until it publishes or fails, then show the result (Ctrl-C detaches; the validation continues). |
--json |
Print the full record as JSON instead of the text summary. |