Move files
dbxcli mv [flags] <source> [more sources] <target>
--dry-run Preview intended writes without making changes
-h, --help help for mv
--if-exists string What to do when the destination exists: fail, skip, or autorename (default "fail")
--as-member string Member ID to perform action as
--output string Output format: text, json (default "text")
--timeout duration Timeout for Dropbox network operations (0 disables; examples: 30s, 2m, 1h)
-v, --verbose Enable verbose logging
- Structured JSON output: yes
- JSON help manifest: yes
- Manifest version:
1 - Auth modes:
personal,team-access - Dropbox scopes:
files.content.write,files.metadata.read - Arguments:
source(required, dropbox_path, variadic),target(required, dropbox_path) - Flag metadata:
--if-exists(values:autorename,fail,skip),--output(values:json,text) - Result statuses:
autorenamed,moved,planned,skipped - Result kinds:
deleted,file,folder - JSON contract:
docs/json-schema/v1/commands.json#/commands/mv - JSON success schema:
docs/json-schema/v1/commands.schema.json#/$defs/command_mv
- dbxcli - Scriptable Dropbox CLI for files, shared links, teams, and automation