lspace content push
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.
lspace content push <transient> <compressed> <size> <uuid> <path> [<tagfile>]
    Enter the specified document into the vault, with tags, if any. The supplied path may be transient. The supplied content may be compressed. The uuid to use is supplied, and trusted to be correct.

    transient  Flag. Set if `path` will be deleted after the call. Index vaults will throw errors when seeing such.
    compressed Flag. Set if the document data is supplied in compressed form. Values: no, zlib.
    size       Size of the uncompressed data.
    uuid       UUID of the document
    path       Document content.
    tagfile    Optional file containing the tags and values for the document. One line per tag assignment. Tags and values are separated by `=`. Leading and trailing whitespace around tags and values is ignored.