Export profiles with different names in Fabric environment.
Issue
- I would like to export some (but not all) profiles (fabric:export-profile) with different names to one zip. Lets say I have profiles:
- aaa
- bbb
- ccc
- and I want to export only those three to one "zip". fabrtic:profile-export has syntax:
fabric:profile-export [options] outputZipFileName [wildcard]
- but as wildcard only "*" is possible (i suppose, because regex is not working).
- If profiles had common part in name, like: xxx-aaa, xxx-bbb, xxx-ccc, then I could use that command:
fabric:profile-export file.zip xxx*
- Is there any way to export profiles with completely different names to one zip file?
Environment
- Red Hat JBoss Fuse
- 6.3.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.