-
Notifications
You must be signed in to change notification settings - Fork 66
Export properties for a given environment #437
Comments
It should be almost trivial to convert the output of ml info with sed or awk I'd say, but interesting anyhow I think. XML or JSON output makes sense. CSV makes a bit less sense to me. INI or properties style more. And the current output is already compatible with YML I think, except that it is lacking hierarchy? |
Why would I need additional command line tools to convert it? I am not sure the current is compatible with yml:
I am happy to implement this feature once we agree on the supported format. |
I meant sed and awk as a workaround. I would be happy with something like |
Seems reasonable to me. Something like:
|
fixed in dev |
I am looking for a way to export the list of propertie for a given environment and I was planning to use
ml info
for that.The idea is to reuse the parameter defined in Roxy for other tools (gulp, mocha...).
The current format used by
ml info
can be easily formatted but we need to be careful with providing more feedback #414 (comment).It would be event easier if Roxy could support standard format:
xml
,csv
oryml
.Or is there a better way than using
ml info
@paxtonhare - how MarkLogic Sublime does it?
The text was updated successfully, but these errors were encountered: