Scroll to navigation

PASSBOLT-CREATE-RESOURCE(1) PASSBOLT-CREATE-RESOURCE(1)

NAME

passbolt-create-resource - Creates a Passbolt Resource

SYNOPSIS

passbolt create resource [flags]

DESCRIPTION

Creates a Passbolt Resource and Returns the Resources ID

OPTIONS

-d, --description="" Resource Description

-f, --folderParentID="" Folder in which to create the Resource

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

-n, --name="" Resource Name

-p, --password="" Resource Password

--uri="" Resource URI

-u, --username="" Resource Username

OPTIONS INHERITED FROM PARENT COMMANDS

--config="" Config File

--debug[=false] Enable Debug Logging

-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-create(1)

Jul 2024 Auto generated by spf13/cobra