pio team update

Usage

pio team update [OPTIONS] ORGNAME:TEAMNAME

Description

Rename a team or update the existing details.

Options

--name

A new team name. Team name must only contain alphanumeric characters, single hyphens, underscores, spaces. It can not begin or end with a hyphen or a underscore and must not be longer than 20 characters.

--description

A team description.

Examples

> pio team update platformio:dev --description "Developers team"
The team "dev" has been successfully updated.

See Also