Issue Description
Type: feature request
Describe what happened (or what feature you want)
Sometime there are many environments, and those environments are isolated.
To make user migrates config across different environments more friendly, dashboard maybe consider that support config export and import by UI.
i.e
- User can export a project's config to a file by dashboard UI
- User can import a project's config from a file by dashboard UI
Describe what you expected to happen
Two button add to UI, like picture
User can import or export project's config by those buttons.
Tell us your environment
OS: Win 10.
Jdk: 1.8
2条答案
按热度按时间yfjy0ee71#
How about design like follow?
@sczyh30
@cdfive
Design
config synchronize
Every time dashboard export config to a
.zip
file, all config or part config in it.When someone want to synchronize config from dashboard i to dashboard j
1. export config to a .zip file from dashboard i
2. import config from a .zip file to dashboard j
.zip structure
Like nacos alibaba/nacos#1222
The
.zip
file's structure like followxxx
inxxx.json
is determined by class nameflags.properties
saves the information likeversion = xxx
to make api more compatible with old versionknpiaxh12#
Please assign to me.