In the configure the lock provider section, it says to use setup:store-config:set, but that is incorrect. It should be done using setup:config:set.
bin/magento setup:store-config:set --helpbin/magento setup:config:set --help--lock-Seeing the command setup:config:set being used
Changing the command setup:store-config:set to setup:config:set
Indeed, looks like store-config:set is deprecated since 2.2.0, and config:set should be used.
I'm preparing PR with fix.
This was fixed in #6402, thanks @karyna-tsymbal-atwix!
Closing issue.
Most helpful comment
Indeed, looks like store-config:set is deprecated since 2.2.0, and config:set should be used.
I'm preparing PR with fix.