Scroll to navigation

PASSBOLT-LIST-RESOURCE(1) PASSBOLT-LIST-RESOURCE(1)

NAME

passbolt-list-resource - Lists Passbolt Resources

SYNOPSIS

passbolt list resource [flags]

DESCRIPTION

Lists Passbolt Resources

OPTIONS

-c, --column=[ID,FolderParentID,Name,Username,URI] Columns to return, possible Columns: ID, FolderParentID, Name, Username, URI, Password, Description, CreatedTimestamp, ModifiedTimestamp

--favorite[=false] Resources that are marked as favorite

-f, --folder=[] Resources that are in folder

-g, --group="" Resources that are shared with group

-h, --help[=false] help for resource

--own[=false] Resources that are owned by me

OPTIONS INHERITED FROM PARENT COMMANDS

--config="" Config File

--debug[=false] Enable Debug Logging

--filter="" Define a CEl expression as filter for any list commands. In the expression, all available columns of subcommand can be used (see -c/--column). See also CEl specifications under https://github.com/google/cel-spec. Examples: --filter '(Name == "SomeName" || matches(Name, "RegExpr")) && URI.startsWith("https://auth.")' --filter 'Username == "User" && CreatedTimestamp > timestamp("2022-06-10T00:00:00.000-00:00")'

-j, --json[=false] Output JSON

--mfaDelay=10s Delay between MFA Attempts, only used in noninteractive modes

--mfaMode="interactive-totp" How to Handle MFA, the following Modes exist: none, interactive-totp and noninteractive-totp

--mfaRetrys=3 How often to retry TOTP Auth, only used in nointeractive modes

--mfaTotpOffset=0s TOTP Generation offset only used in noninteractive-totp mode

--mfaTotpToken="" Token to generate TOTP's, only used in nointeractive-totp mode

--serverAddress="" Passbolt Server Address (https://passbolt.example.com)

--timeout=1m0s Timeout for the Context

--userPassword="" Passbolt User Password

--userPrivateKey="" Passbolt User Private Key

--userPrivateKeyFile="" Passbolt User Private Key File, if set then the userPrivateKey will be Overwritten with the File Content

SEE ALSO

passbolt-list(1)

Jul 2024 Auto generated by spf13/cobra