pio team create

Usage

pio team create [OPTIONS] ORGNAME:TEAMNAME

Description

Create a new team.

Options

--description

A team description.

Examples

> pio team create platformio:dev --description "Developers team"
The team "dev" has been successfully created.

See Also