Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.24 KB

File metadata and controls

52 lines (33 loc) · 1.24 KB

dbxcli completion powershell

Generate the autocompletion script for powershell

Synopsis

Generate the autocompletion script for powershell.

To load completions in your current shell session:

dbxcli completion powershell | Out-String | Invoke-Expression

To load completions for every new session, add the output of the above command to your powershell profile.

dbxcli completion powershell [flags]

Options

  -h, --help              help for powershell
      --no-descriptions   disable completion descriptions

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: no
  • JSON help manifest: yes
  • Manifest version: 1
  • Auth modes: none
  • Dropbox scopes: none
  • Flag metadata: --output (values: json, text)

SEE ALSO