Creates a new notebook
Create a new notebook, with an optional name and parent folder
rspace-client eln addNotebook [flags]
// 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
-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
--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