EZ File Output
Issues related to file output in EZOut
EZOut has certain commands that should be able to output files, but do not (Out-FormatData
/Out-TypeData
).
By enabling the direct output of files from these commands, we can simplify the end-to-end workflow of EZOut.
Enabling multiple file output has another series of benefits.
Because format.ps1xml
and types.ps1xml
…
Issues related to file output in EZOut
EZOut has certain commands that should be able to output files, but do not (Out-FormatData
/Out-TypeData
).
By enabling the direct output of files from these commands, we can simplify the end-to-end workflow of EZOut.
Enabling multiple file output has another series of benefits.
Because format.ps1xml
and types.ps1xml
files are fairly decoupled from a module, there are benefits to being able to easily define and partition multiple .ps1xml files. This would enable easy portability of a feature-set of types and formatters.
Therefore, EZOut will also be able to output multiple .ps1xml files, using a dictionary to define a series of wildcards or patterns.
There are no open issues in this milestone.
Add issues to milestones to help organize your work for a particular release or project.
Create new issueOr find and add issues with no milestone in this repo.