Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.33 KB

rspace-client_eln_listTree.md

File metadata and controls

49 lines (33 loc) · 1.33 KB

rspace-client eln listTree

Lists the contents of a folder or notebook

Synopsis

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]

Examples


// show subfolders of home folder
rspace eln listTree --filter folder

// show notebooks in specified folde
rspace eln listTree --filter notebook --folder 1234

Options

      --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'

Options inherited from parent commands

      --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")

SEE ALSO

Auto generated by spf13/cobra on 19-Aug-2020