You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(PUP-10985) Output facts existing only in Facter 4 via diff action
This commit aims to improve the `puppet facts diff` CLI command by:
- showing all differences between Facter 3 and Facter 4 (including facts
available only in Facter 4)
- sorting output results in alphabetical order for better human readability
- allowing users to remove certain facts from output (via the `--exclude
<regex>` CLI option)
- including a CLI option to see results in a fully structured form
- adding various code improvements
0 commit comments