lspace tag
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.
lspace tag
    Access to and management of the tags stored in a vault.

lspace tag add [OPTIONS] <tag> [<docset>...]
    Add tags and values to documents. Defaults to the current document.

lspace tag exit
    Exit the shell. No-op if not in a shell.

lspace tag help [OPTIONS] [<cmdname>...]
    Retrieve help for a command or command set. Without arguments help for all commands is given. The default format is --full.

lspace tag list [OPTIONS]
    Print the names of tags. Without restrictions, show all. May restrict output to tags with names matching a --pattern. May restrict output to tags paired with specified documents. Both restrictions can be
    combined.

lspace tag remove [OPTIONS] <tag> [<docset>...]
    Remove tags and values from documents.

lspace tag replace <uuid> [<tagfile>]
    Batch replace all tags of a document with new tags and values, if any. With no new tags the old tags are simply cleared with no replacement.

lspace tag show [<docset>...]
    Show the document tags and values

lspace tag values [OPTIONS]
    Print the strings of values. Without restrictions, show all. May restrict output to values with strings matching a --pattern. May restrict output to values associated with specified documents. May restrict
    output to values associated with specified tags. All restrictions can be combined.