定制 rocketweb/magento-config-export 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

rocketweb/magento-config-export

最新稳定版本:1.0.5

Composer 安装命令:

composer require rocketweb/magento-config-export

包简介

Export specific configuration into config.xml to make it VCS transferable without locking them by using app/etc/config.php or app/etc/env.php

README 文档

README

This module is a simple tool to export specific sections of configuration into config.xml file to make it VCS transferable without locking them by using app/etc/config.php or app/etc/env.php

Usage

Running the command will generate a file config.xml inside of var/config/ folder. If file doesn't exist, it will create it, otherwise it will append/modify values to the XML structure.

Command: bin/magento config:data:export scopes paths

Example: bin/magento config:data:export default,stores trans_email/*/email

Arguments:

  • scopes: Scopes for which you want to export values for. CSV values are allowed. Options: all|default|websites|stores
  • paths: Path(s) that you want to export. Wildcard support as asterisk for second and third section of the path () - partial wildcard is not supported (eg. trans_email/_general/email)

统计信息

  • 总下载量: 5.45k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2022-11-02