Skip to content

simulo asset list

List assets in your organization’s catalog (or the Simulo catalog with –global).

usage: simulo asset list [-h] [--global] [--kind {robot,world,prop}] [--tag TAG] [--deprecated]
[--limit N] [--all] [--json]
Option Description
--global List the Simulo global catalog instead of your organization’s.
--kind {robot,world,prop} Filter by kind. One of: robot, world, prop.
--tag TAG Filter by tag.
--deprecated Also show assets whose latest version is deprecated (marked ‘(deprecated)’ in the LATEST column); hidden by default.
--limit N Show at most N assets (default 20 for the human-readable table; –json with no –limit returns the complete list instead, and –json WITH one says on stderr that it was bounded — machine output never truncates silently). 1..100.
--all Show every matching asset, not just the first page. Wins over –limit.
--json Print the asset list as a JSON array instead of a table.