Skip to content

passbolt_list_resource

speatzle edited this page Dec 30, 2022 · 10 revisions

doc/passbolt_list_resource.md## passbolt list resource

Lists Passbolt Resources

Synopsis

Lists Passbolt Resources

passbolt list resource [flags]

Options

  -c, --column stringArray   Columns to return, possible Columns:
                             ID, FolderParentID, Name, Username, URI, Password, Description, CreatedTimestamp, ModifiedTimestamp (default [ID,FolderParentID,Name,Username,URI])
      --favorite             Resources that are marked as favorite
  -f, --folder stringArray   Resources that are in folder
  -g, --group string         Resources that are shared with group
  -h, --help                 help for resource
      --own                  Resources that are owned by me

Options inherited from parent commands

      --config string               Config File
      --debug                       Enable Debug Logging
  -j, --json                        Output JSON
      --mfaDelay duration           Delay between MFA Attempts, only used in noninteractive modes (default 10s)
      --mfaMode string              How to Handle MFA, the following Modes exist: none, interactive-totp and noninteractive-totp (default "interactive-totp")
      --mfaRetrys uint              How often to retry TOTP Auth, only used in nointeractive modes (default 3)
      --serverAddress string        Passbolt Server Address (https://passbolt.example.com)
      --timeout duration            Timeout for the Context (default 1m0s)
      --totpOffset duration         TOTP Generation offset only used in noninteractive-totp mode
      --totpToken string            Token to generate TOTP's, only used in nointeractive-totp mode
      --userPassword string         Passbolt User Password
      --userPrivateKey string       Passbolt User Private Key
      --userPrivateKeyFile string   Passbolt User Private Key File, if set then the userPrivateKey will be Overwritten with the File Content

SEE ALSO