We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oli cp
ocp
This is a separate issue to track the implementation of oli cp.
Related #422 RFC
oli cp enables users to transfer data between different storage services seamlessly, for instance:
oli cp -r dir s3://path/
oli cp azblob://path/books.csv /tmp/books.csv
Tasks
oli cp -r
The text was updated successfully, but these errors were encountered:
Maybe we need ols / oli ls first before we have ocp -r?
ols
oli ls
ocp -r
Sorry, something went wrong.
Exactly. cp -r requires listing files with a particular prefix
cp -r
Successfully merging a pull request may close this issue.
This is a separate issue to track the implementation of
oli cp
.Related #422 RFC
oli cp
enables users to transfer data between different storage services seamlessly, for instance:oli cp -r dir s3://path/
oli cp azblob://path/books.csv /tmp/books.csv
Tasks
oli cp -r
) feat(oli): implementoli cp -r
#1787The text was updated successfully, but these errors were encountered: