New command: Move a folder to another location
See original GitHub issueMove a folder to another location
command: spo folder move -u|--webUrl <webUrl> -s|--sourceUrl <sourceUrl> -t|--targetUrl <targetUrl>
- webUrl: The URL of the site where the folder is located
- sourceUrl: Site-relative URL of the folder to move
- targetUrl: Server-relative URL where to move the folder
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:18 (18 by maintainers)
Top Results From Across the Web
Using CMD to Move Folder and Subfolders
Move is an internal command in CMD to move files and folders. This command is more powerful than regular move operations because it...
Read more >move cmd command - GeeksforGeeks
The move is an internal command found in the Windows Command Interpreter (cmd) that is used to move files and folders/directories.
Read more >How to move files and folders on the computer
Highlight the files you want to move. · Press the keyboard shortcut Command + C . · Move to the location you want...
Read more >How can I move a folder from one directory to another in ...
In CMD, enter: move myFolder c:\ProgramData.
Read more >Move files and directories to another location
This tutorial explains how to move files or directories to another location on a Windows system. Move files to another directory.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I can take this aswell, thanks @phawrylak for easy ones to begin with 😃
@VelinGeorgiev, yes, this is the plan. I have read your blog article and have seen
spo folder copycommand. 👍