Loading

mv cli command

docs-builder mv <source> <target> [options]
		
Destructive Scope: directory

Move a file or folder and rewrite all inbound links across the documentation set.

Behaviour flags:

--dry-run — Print the changes that would be made without applying them.

<source> string required
Source file or folder path.
<target> string required
Destination file or folder path.
--[no-]dry-run
Print the changes that would be made without applying them. (preview changes without applying them)
-p --path string
Documentation root. Defaults to cwd.
-l --log-level enum

Minimum log level.

Values: trace, debug, information, warning, error, critical, none

Default: information

-c --config-source enum

Override the configuration source: local, remote

Values: local, remote, embedded

--[no-]skip-private-repositories

Skip cloning private repositories