Lists the contents of a folder or notebook
Lists the content of the specified folder, or the home folder if no folder ID is set, optionally filtered by documents or notebooks
rspace-client eln listTree [flags]
// show subfolders of home folder
rspace eln listTree --filter folder
// show notebooks in specified folde
rspace eln listTree --filter notebook --folder 1234
--filter string Restrict results to 1 or more of: document,notebook,folder
--folder string The id or global Id of the folder or notebook to list
-h, --help help for listTree
--maxResults int Maximum number of results to retrieve (default 20)
--orderBy string orders results by 'name', 'created' or 'lastModified' (default "lastModified")
--sortOrder string 'asc' or 'desc'
--config string config file (default is $HOME/.rspace)
-o, --outFile string Output file for program output
-f, --outputFormat string Output format: one of 'json','table', 'csv' or 'quiet' (default "table")
- rspace-client eln - Top-level command to work with RSpace ELN