pio org update¶
Contents
Usage¶
pio org update [OPTIONS] ORGNAME
Description¶
Rename the organization or update the existing details.
Options¶
- --orgname¶
New organization “orgname”. Must contain only alphanumeric characters or single hyphens, cannot begin or end with a hyphen, and must not be longer than 38 characters.
- --email¶
An organization e-mail.
- --displayname¶
An organization name (company name).
Examples¶
> pio org update platformio --email contact@platformio.org --displayname PIO
The organization "platformio" has been successfully updated.