You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement copy command in CLI, It is a dowload and upload functionality from Data explorer.
tw data-links cp --datalink=<datalinkId>:/path/to/object.txt object.txt # copy/download a single object (defined by prefix path) from the data link to your localhost
tw data-links cp /path/to/samplesheet.csv --datalink=<datalinkId> --workspace=<workspaceId># upload a file from your localhost to the data link
tw data-links cp /path/to/folder --datalink =<datalinkId> --workspace=<workspaceId> --recursive # upload all files in a folder from your localhost to the data link
The text was updated successfully, but these errors were encountered:
Implement copy command in CLI, It is a dowload and upload functionality from Data explorer.
The text was updated successfully, but these errors were encountered: