table of contents
- Tumbleweed 0.5.1-1.1
- Leap-16.0
| PASSBOLT-LIST-FOLDER(1) | PASSBOLT-LIST-FOLDER(1) |
NAME¶
passbolt-list-folder - Lists Passbolt Folders
SYNOPSIS¶
passbolt list folder [flags]
DESCRIPTION¶
Lists Passbolt Folders
OPTIONS¶
-c, --column=[id,folder_parent_id,name] Columns to return (default list only for table format; JSON format includes all fields by default). Possible Columns: id, folder_parent_id, name, created_timestamp, modified_timestamp, personal Legacy PascalCase column names (ID, FolderParentID, ...) remain accepted for backwards compatibility.
-f, --folder=[] Folders that are in this Folder
-g, --group=[] Folders that are shared with group
-h, --help[=false] help for folder
-s, --search="" Folders that have this in the Name
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" && created_timestamp > timestamp("2022-06-10T00:00:00.000-00:00")' Legacy PascalCase variable names (Name, Username, CreatedTimestamp, ...) remain accepted for backwards compatibility.
-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
--tlsClientCert="" Client certificate for mtls
--tlsClientCertFile="" Client certificate path for mtls
--tlsClientPrivateKey="" Client private key for mtls
--tlsClientPrivateKeyFile="" Client private key path for mtls
--tlsSkipVerify[=false] Allow servers with self-signed certificates
--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
--workers=0 Number of Concurrent Workers for Expensive Operations. 0 (default) uses the number of CPU cores
SEE ALSO¶
| Jul 2026 | Auto generated by spf13/cobra |