User Tools

Site Tools


cmd:create

This is an old revision of the document!


Create New Node

This command creates a new node in a specified parent. the node id can either be set explicitly or a placeholder variable can be used, which can then in the same command string be used in other commands.

create <parent node id> <node id|placeholder>

If the parent node id does not exist an error is returned.

Placeholder example:

create 42 x; update x title 'Hello World'
cmd/create.1591453961.txt.gz · Last modified: 2020/06/06 16:32 by deva