Scroll to navigation

PASSBOLT-UPDATE-RESOURCE(1) PASSBOLT-UPDATE-RESOURCE(1)

NAME

passbolt-update-resource - Updates a Passbolt Resource

SYNOPSIS

passbolt update resource [flags]

DESCRIPTION

Updates a Passbolt Resource

OPTIONS

-d, --description="" Resource Description

--expiry="" Expiry as RFC3339 (e.g. 2025-12-31T23:59:59Z), duration (e.g. 7d, 12h), or 'none' to clear

--field=[] Metadata field as key=value (repeatable; JSON values like ["a"] are parsed automatically)

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

--id="" id of Resource to Update

-n, --name="" Resource Name

-p, --password="" Resource Password

--secret-field=[] Secret field as key=value (repeatable; JSON values are parsed automatically)

--uri="" Resource URI

-u, --username="" Resource Username

OPTIONS INHERITED FROM PARENT COMMANDS

--config="" Config File

--debug[=false] Enable Debug Logging

--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

passbolt-update(1)

Jul 2026 Auto generated by spf13/cobra