Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 2.25 KB

File metadata and controls

55 lines (43 loc) · 2.25 KB

dbxcli

Scriptable Dropbox CLI for files, shared links, teams, and automation

Synopsis

Use dbxcli to work with Dropbox files, folders, shared links, and team workflows from a terminal. It supports text output for humans, structured JSON output for automation, pipe-friendly transfers, refreshable OAuth login, and direct-token automation for scripts, CI jobs, and agent-style workflows.

Options

      --as-member string   Member ID to perform action as
  -h, --help               help for dbxcli
      --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: no
  • JSON help manifest: yes
  • Manifest version: 1
  • Auth modes: none
  • Dropbox scopes: none
  • Flag metadata: --output (values: json, text)

SEE ALSO