Skip to content

passbolt_update_resource

speatzle edited this page Feb 12, 2026 · 7 revisions

doc/passbolt_update_resource.md## passbolt update resource

Updates a Passbolt Resource

Synopsis

Updates a Passbolt Resource

passbolt update resource [flags]

Options

  -d, --description string   Resource Description
      --expiry string        Expiry as RFC3339 (e.g. 2025-12-31T23:59:59Z), duration (e.g. 7d, 12h), or 'none' to clear
  -h, --help                 help for resource
      --id string            id of Resource to Update
  -n, --name string          Resource Name
  -p, --password string      Resource Password
      --uri string           Resource URI
  -u, --username string      Resource Username

Options inherited from parent commands

      --config string                    Config File
      --debug                            Enable Debug Logging
      --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)
      --mfaTotpOffset duration           TOTP Generation offset only used in noninteractive-totp mode
      --mfaTotpToken string              Token to generate TOTP's, only used in nointeractive-totp mode
      --serverAddress string             Passbolt Server Address (https://passbolt.example.com)
      --timeout duration                 Timeout for the Context (default 1m0s)
      --tlsClientCert string             Client certificate for mtls
      --tlsClientCertFile string         Client certificate path for mtls
      --tlsClientPrivateKey string       Client private key for mtls
      --tlsClientPrivateKeyFile string   Client private key path for mtls
      --tlsSkipVerify                    Allow servers with self-signed certificates
      --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
      --workers uint                     Number of Concurrent Workers for Expensive Operations. 0 (default) uses the number of CPU cores

SEE ALSO

Clone this wiki locally