D
DreamLake

CLI Reference

list

List assets, collections, datasets, or episodes. All list commands are paginated (20 per page) with interactive [n]ext [p]rev [q]uit navigation.

List Assets

dreamlake list --episode space[@namespace][:episode] [--type <type>] [--prefix <prefix>]

Note: Currently only supports video listing. Other asset types will be added.

FlagTypeRequiredDescription
--episodestringYesTarget: space[@namespace][:episode]
--typestringNoFilter by type (currently: video)
--prefixstringNoFilter by path prefix (e.g. /camera/)
dreamlake list --episode robotics@alice:run-042
dreamlake list --episode robotics@alice:run-042 --type video

List Collections

dreamlake list collection --project space[@namespace]
FlagTypeRequiredDescription
--projectstringYesTarget: space[@namespace]

Displays a table: Name, Files (member count), Tags, Description, Created.

dreamlake list collection --project robotics@alice

List Datasets

dreamlake list dataset --project space[@namespace]
FlagTypeRequiredDescription
--projectstringYesTarget: space[@namespace]

Displays a table: Name, Collections (count), Tags, Description, Created.

dreamlake list dataset --project robotics@alice

List Episodes

dreamlake list episode --project space[@namespace]
FlagTypeRequiredDescription
--projectstringYesTarget: space[@namespace]

Displays a table: Name, Path (node hierarchy path), Status, Tags, Description, Created.

dreamlake list episode --project robotics@alice

Pagination

All list commands display 20 items per page. When there are multiple pages, an interactive prompt appears:

  Page 1/5  [n]ext [q]uit:
  • n — next page
  • p — previous page
  • q or Enter — quit

Target Syntax

ExampleSpaceNamespace
roboticsrobotics(current user)
robotics@aliceroboticsalice
robotics@alice:run-042roboticsalice (episode: run-042)