Getting Started
Configuration
Instruments
Professional
Integration
compile_commands.json
Miscellaneous
New in version 5.0.
Contents
pio org update [OPTIONS] ORGNAME
Rename the organization or update the existing details.
--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).
> pio org update platformio --email contact@platformio.org --displayname PlatformIO The organization "platformio" has been successfully updated.