Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1023 Bytes

rspace-client_eln_addNotebook.md

File metadata and controls

46 lines (29 loc) · 1023 Bytes

rspace-client eln addNotebook

Creates a new notebook

Synopsis

Create a new notebook, with an optional name and parent folder

rspace-client eln addNotebook [flags]

Examples


// add a new notebook 'MyNotebook' in folder FL1234
rspace eln addNotebook --name MyNotebook --folder FL1234

//add an unnamed notebook in home folder
rspace eln addNotebook
	

Options

  -p, --folder string   An id for the folder that will contain the new notebook
  -h, --help            help for addNotebook
  -n, --name string     A name for the notebook

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 14-May-2022