tb copy¶
Manages copy pipes. The following subcommands are available:
Subcommand | Description |
---|---|
ls | Lists all the copy pipes. |
run [OPTIONS] PIPE_NAME_OR_ID | Runs a copy job. |
pause PIPE_NAME_OR_ID | Pauses a copy job. |
resume PIPE_NAME_OR_ID | Resumes a copy job. |
tb copy run¶
Runs a copy job.
Option | Description |
---|---|
--wait / --no-wait | Waits for the copy job to finish. |
--mode [append|replace] | Defines the copy strategy. |
--yes | Does not ask for confirmation. |
--param TEXT | Key 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 |