Scroll to navigation

PASSBOLT(1) PASSBOLT(1)

NAME

passbolt - A CLI tool to interact with Passbolt.

SYNOPSIS

passbolt [flags]

DESCRIPTION

A CLI tool to interact with Passbolt.

OPTIONS

--config="" Config File

--debug[=false] Enable Debug Logging

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

--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-configure(1), passbolt-create(1), passbolt-delete(1), passbolt-export(1), passbolt-get(1), passbolt-list(1), passbolt-move(1), passbolt-share(1), passbolt-update(1), passbolt-verify(1)

Jul 2024