platformio / platformio-docs

PlatformIO Documentation
https://docs.platformio.org
Apache License 2.0
240 stars 326 forks source link

Oudated documentation about setting strict_ssl #159

Closed Rotzbua closed 3 years ago

Rotzbua commented 3 years ago

Problem

Command fails.

$ platformio settings set strict_ssl yes
Error: Invalid setting with the name 'strict_ssl'
The command "platformio settings set strict_ssl yes" failed and exited with 1 during .

Change or removal is NOT mentioned in documentation, migration or release notes!!

https://docs.platformio.org/en/latest/core/history.html https://docs.platformio.org/en/latest/core/migration.html

Solution

Update documentation to new? setting name.

Mention rename or removal in release note....

Reference

https://github.com/platformio/platformio-docs/blob/develop/core/userguide/cmd_settings.rst#strict-ssl

ivankravets commented 3 years ago

Sorry, fixed in https://github.com/platformio/platformio-docs/commit/b701762bef10ab52032b32e6721a7675534cb15f

Rotzbua commented 3 years ago

Thanks for clarification👍

ivankravets commented 3 years ago

Happy coding with PlatformIO!