beta9
beta9 copied to clipboard
[CLI] Add `mv` command to volumes
Is your feature request related to a problem?
No.
Describe the solution you'd like
It would be nice to move files around volumes using a mv
CLI command. For example:
beta9 volume mv ./file.txt ./artifacts/text-files/file.txt
beta9 volume mv [SOURCE-PATH] [DESTINATION-PATH]