Skip to content

Commit

Permalink
Updated commands docu in README.md. (#359) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Feb 18, 2021
1 parent 8d69a05 commit 2185708
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ Available commands
##### config
- [config:get](#configget) Gets a config value
- [config:multiset](#configmultiset) Sets multiple config values from yaml file
- [config:oxid62:modules-configuration](#configoxid62modules-configuration) Creates the modules configurations for OXID eSale v6.2.x. Ideal for upgrade
- [config:set](#configset) Sets a config value
- [config:shop:get](#configshopget) Sets a shop config value
- [config:shop:set](#configshopset) Sets a shop config value
Expand Down Expand Up @@ -344,6 +345,53 @@ If you want, you can also specify __a YAML string on the command line instead of

### Options:

config:oxid62:modules-configuration
-----------------------------------

* Description: Creates the modules configurations for OXID eSale v6.2.x. Ideal for upgrade
* Usage:

* `config:oxid62:modules-configuration [--production] [--staging] [--development] [--testing]`

With this command modules-configuration can be created..
Which will be needed later when updating to >6.2
Otherwise the settings will be lost.
See https://docs.oxid-esales.com/developer/en/6.2/development/modules_components_themes/project/module_configuration/modules_configuration.html

### Options:

**production:**

* Name: `--production`
* Accept value: no
* Is value required: no
* Description: Valid for "production" system
* Default: `false`

**staging:**

* Name: `--staging`
* Accept value: no
* Is value required: no
* Description: Valid for "staging" system
* Default: `false`

**development:**

* Name: `--development`
* Accept value: no
* Is value required: no
* Description: Valid for "development" system
* Default: `false`

**testing:**

* Name: `--testing`
* Accept value: no
* Is value required: no
* Description: Valid for "testing" system
* Default: `false`

config:set
----------

Expand Down

0 comments on commit 2185708

Please sign in to comment.