tb copy

Manages copy pipes. The following subcommands are available:

SubcommandDescription
lsLists all the copy pipes.
run [OPTIONS] PIPE_NAME_OR_IDRuns a copy job.
pause PIPE_NAME_OR_IDPauses a copy job.
resume PIPE_NAME_OR_IDResumes a copy job.

tb copy run

Runs a copy job.

OptionDescription
--wait / --no-waitWaits for the copy job to finish.
--mode [append|replace]Defines the copy strategy.
--yesDoes not ask for confirmation.
--param TEXTKey and value of the params you want the Copy pipe to be called with. For example: tb pipe copy run <my_copy_pipe> --param foo=bar
Updated