2017 © Pedro Peláez
 

magento2-module module-configsync

A module to store Magento configuration with multiple environments in the version control

image

mygento/module-configsync

A module to store Magento configuration with multiple environments in the version control

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 52 % Grown

The README.md

Magento 2 Configuration Sync

A module to store Magento configuration with multiple environments in the version control, (*1)

Build Status Latest Stable Version Total Downloads, (*2)

File Syntax

The configuration values are stored in a YAML file. The format of the file is as follows:, (*3)

environment:
    scope_key:
       path: value

For example:, (*4)

production:
    default:
        web/secure/base_url: https://domain.com/
        web/secure/use_in_frontend: 1
development:
    default:
        web/secure/base_url: https://domain1.com/
        admin/url/custom: %DELETE%
    websites-1:
        web/secure/use_in_frontend: 1
    stores-1:
        web/secure/use_in_frontend: 0

Valid scope keys are:, (*5)

  • default
  • stores-$id
  • websites-$id

Use %DELETE% to delete config path, (*6)

Usage

Sync config from file

php bin/magento setup:config:sync [options] [--] <env> <config_yaml_file>

Arguments:, (*7)

  • env - environment for import.
  • config_yaml_file - the YAML file containing the configuration settings.

Options:, (*8)

  • --detailed - display detailed information (1 - display, otherwise - not display).

Dump config

php bin/magento setup:config:dump [--] <env> <section> <filename>

Note: only default scope is implemented, (*9)

Arguments:, (*10)

  • env - environment name.
  • section - name of the section to export its config.
  • filename - name of the output file (Optional).

The Versions

24/05 2018

dev-m2.2

dev-m2.2

A module to store Magento configuration with multiple environments in the version control

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

magento mygento

29/03 2018

2.2.2

2.2.2.0

A module to store Magento configuration with multiple environments in the version control

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

magento mygento

29/03 2018

dev-scope-skip

dev-scope-skip

A module to store Magento configuration with multiple environments in the version control

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

magento mygento

21/03 2018

2.2.1

2.2.1.0

A module to store Magento configuration with multiple environments in the version control

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

magento mygento

07/03 2018

2.2.0

2.2.0.0

A module to store Magento configuration with multiple environments in the version control

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

magento mygento

05/03 2018

dev-PN-124-Magento-configuration

dev-PN-124-Magento-configuration

A module to store Magento configuration with multiple environments in the version control

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

magento mygento