bdy sandbox cp
$bdy sandbox cp [options] <source> <destination>
Copy files/directories to sandbox
Examples
Copy file from sandbox to local directory with a new namebdy sb cp sandbox-identifier:/path/to/file /path/to/dir/name$
If local path file already exists you must replace itbdy sb cp sandbox-identifier:/path/to/file /path/to/dir/name --replace$
Copy file from sandbox INTO local directorybdy sb cp sandbox-identifier:/path/to/file /path/to/dir/$
If local directory already exists you must merge it or replace itbdy sb cp sandbox-identifier:/path/to/file /path/to/dir/ --merge bdy sb cp sandbox-identifier:/path/to/file /path/to/dir/ --replace$$
Copy directory from sandbox to local directory with a new namebdy sb cp sandbox-identifier:/path/to/dir /path/to/dir$
If local directory already exists you must replace itbdy sb cp sandbox-identifier:/path/to/dir /path/to/dir --replace$
Copy directory from sandbox INTO local directorybdy sb cp sandbox-identifier:/path/to/dir /path/to/dir/$
If local directory already exists you must merge it or replace itbdy sb cp sandbox-identifier:/path/to/dir /path/to/dir/ --merge bdy sb cp sandbox-identifier:/path/to/dir /path/to/dir/ --replace$$
Copy local file to sandbox with a new namebdy sb cp /path/to/file sandbox-identifier:/path/to/dir/name$
Copy local file into sandbox directorybdy sb cp /path/to/file sandbox-identifier:/path/to/dir/$
Copy contents of local directory to sandbox directorybdy sb cp /path/to/dir sandbox-identifier:/path/to/dir$
Copy local directory into sandbox directorybdy sb cp /path/to/dir sandbox-identifier:/path/to/dir/$