Currently, the commands `spo file copy` and `spo file move` are using a function `this.recycleFile(params)`. This should be changed and make use if the command `spo file remove`, called by using `Cli.executeCommand(command, options)`
Currently, the commands
spo file copyandspo file moveare using a functionthis.recycleFile(params).This should be changed and make use if the command
spo file remove, called by usingCli.executeCommand(command, options)