Loading

mv cli command

docs-builder mv <source> <target> [options]
		
Warning

Destructive operation — changes made by this command cannot be undone.

Scope: directory.

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

<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