Skip to content

pw create

Robert Durfee edited this page Apr 12, 2020 · 4 revisions

Name

pw create - Create account resources.

(The pw create CLI command handler code can be found here.)

Synopsis

pw create DOMAIN_NAME USERNAME PASSWORD [PW_WIDE_FLAGS]

Description

pw create facilitates the creation of account resources.

Positional Arguments

DOMAIN_NAME

Domain name of the account resource to create.

USERNAME

Username of the account resource to create.

PASSWORD

Password of the account resource to create.

pw Wide Flags

These flags are available to all commands: --certificate, --certificate-authority, --configuration, --key, --no-colors, --one, and --yes.

Example

pw create example.domain.name exampleUsername examplePassword
Clone this wiki locally