Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 341 Bytes

File metadata and controls

19 lines (11 loc) · 341 Bytes

dapi node cp <ids...>

Deep-clones one or more nodes, including all descendants. Alias: duplicate.

Input

  • <ids...>: one or more node ids (required)

Output

JSON Lines on stdout, one per cloned node:

{ sourceId: number; newId: number }

Errors

An unknown id fails the whole command before anything is cloned.