Pachctl copy file
pachctl copy file¶
Copy files between pfs paths.
Synopsis¶
Copy files between pfs paths.
pachctl copy file <src-repo>@<src-branch-or-commit>:<src-path> <dst-repo>@<dst-branch-or-commit>:<dst-path> [flags]
Options¶
-h, --help help for file
-o, --overwrite Overwrite the existing content of the file, either from previous commits or previous calls to 'put file' within this commit.
Options inherited from parent commands¶
--no-color Turn off colors.
-v, --verbose Output verbose logs
Last update: January 5, 2021
Does this page need fixing? Edit me on GitHub