-
Notifications
You must be signed in to change notification settings - Fork 1
/
get-config.cmd
33 lines (23 loc) · 1.04 KB
/
get-config.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#/bin/bash
echo "Update admin configs Filters"
call php bin\console ems:admin:get filter --export
echo "Update admin configs Analyzers"
call php bin\console ems:admin:get analyzer --export
echo "Update admin configs Schedules"
call php bin\console ems:admin:get schedule --export
echo "Update admin configs WYSIWYG Style Sets"
call php bin\console ems:admin:get wysiwyg-style-set --export
echo "Update admin configs WYSIWYG Profiles"
call php bin\console ems:admin:get wysiwyg-profile --export
echo "Update admin configs i18n"
call php bin\console ems:admin:get i18n --export
echo "Update admin configs Environments"
call php bin\console ems:admin:get environment --export
echo "Update admin configs ContentTypes"
call php bin\console ems:admin:get content-type --export
echo "Update admin configs QuerySearches"
call php bin\console ems:admin:get query-search --export
echo "Update admin configs Dashboards"
call php bin\console ems:admin:get dashboard --export
echo "Update admin configs Channels"
call php bin\console ems:admin:get channel --export