holo96/drush_config_export_entity 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

holo96/drush_config_export_entity

Composer 安装命令:

composer require holo96/drush_config_export_entity

包简介

Helper commands to export specific config entity (bundle) with all connected configuration like fields, displays etc.

关键字:

README 文档

README

The Drush Config Export Entity package provides some helper drush commands to export specific config entity (bundle) with all connected configuration like fields, displays etc.

Tho fully rewritten and built upon this package is inspired by (sadly) long gone drupal console's config:export:entity command.

USAGE

There are two commands provided, one is for exporting bundleable entities and other one for non bundleable.

config:export:entity:bundle (ceeb)

drush ceeb node page --path="../config/partial/feature-312"         # Export all configuration connected with bundle to custom path
drush ceeb taxonomy_term category --module=custom_commerce_extender # Export all configuration connected with bundle to module
drush ceeb                                                          # Start config entity export prompt

config:export:entity:non-bundle (ceenb)

drush ceenb user --path="../config/partial/feature-312" # Export all configuration connected with entity to custom path
drush ceenb user --module=custom_commerce_extender      # Export all configuration connected with entity to module
drush ceenb                                             # Start config entity export prompt

The primary use case for this package is:

  • Branching
  • Custom module development
  • Recipes development

REQUIREMENTS

At least drush 12.5 is required.

INSTALLATION

Just require package with composer, this package is meant for development

composer require holo96/drush_config_export_entity --dev

IMPORTING

This package will not handle import, you can use drush cim --partial, features and other importing tools.

MAINTAINERS

Current maintainers for Drupal 10 and 11:

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2025-07-17