Devdocs: Configuring the lock provider should be done with 'setup:config:set' instead of 'setup:store-config:set'

Created on 3 Jan 2020  路  3Comments  路  Source: magento/devdocs

Bug report

Description

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.

Steps to reproduce

  1. Run bin/magento setup:store-config:set --help
  2. Run bin/magento setup:config:set --help
  3. Verify which one of those command have the options which start with --lock-

Expected result

Seeing the command setup:config:set being used

Possible solutions

Changing the command setup:store-config:set to setup:config:set

Help Wanted good first 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.

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings