-
-
Notifications
You must be signed in to change notification settings - Fork 556
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new config:import:list and config:export:list commands. Fix no …
…return on configImport method for config:import:single command (#2965) * Fix configImport not returning boolean * Added new config:import:list and config:export:list commands * Small adjustements * Added possibility to use absolute or relative to drupal root path for directory and config-list-file parameter/argument * Added ability to use chain command for importing or exporting multiple configs with the config:import:single and config:export:single commands
- Loading branch information
Showing
4 changed files
with
110 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
commands: | ||
- command: 'config:export:single' | ||
options: | ||
config-names: | ||
- core.extension | ||
- system.site |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
commands: | ||
- command: 'config:import:single' | ||
options: | ||
config-names: | ||
- system.site | ||
- core.extension |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters