pio org create

Usage

pio org create [OPTIONS] ORGNAME

Description

Create a new organization.

Options

--email

An organization e-mail.

--displayname

An organization display name (company name).

Examples

> pio org create platformio --email contact@platformio.org --displayname PlatformIO
The organization "platformio" has been successfully created.

See Also