Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.45 KB

File metadata and controls

48 lines (35 loc) · 1.45 KB

dbxcli revs

List file revisions

dbxcli revs [flags] <file>

Options

  -h, --help                 help for revs
      --limit uint           Maximum number of revisions to return
  -l, --long                 Long listing
      --time string          Time field: server, client (default "server")
      --time-format string   Time format: short (2006-01-02 15:04), rfc3339

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.metadata.read
  • Arguments: file (required, dropbox_path)
  • Flag metadata: --output (values: json, text), --time (values: client, server), --time-format (values: rfc3339, short)
  • Result statuses: revision
  • Result kinds: file
  • JSON contract: docs/json-schema/v1/commands.json#/commands/revs
  • JSON success schema: docs/json-schema/v1/commands.schema.json#/$defs/command_revs

SEE ALSO

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