Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.47 KB

File metadata and controls

46 lines (33 loc) · 1.47 KB

dbxcli mv

Move files

dbxcli mv [flags] <source> [more sources] <target>

Options

      --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")

Options inherited from parent commands

      --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

Command metadata

  • 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

SEE ALSO

  • dbxcli - Scriptable Dropbox CLI for files, shared links, teams, and automation