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
A structured output of conda-deny list would be very useful in scenarios where the output is used in written internal documentation.
CSV output example:
"bzip2","1.0.8-h99b78c6_7","osx-arm64","bzip2-1.0.6"
"ca-certificates","2025.1.31-hf0a4a13_0","osx-arm64","ISC"
"ncurses","6.5-h5e97a16_3","osx-arm64","X11 AND BSD-3-Clause"
The text was updated successfully, but these errors were encountered:
Would json be okay as well? This would be a more versatile output format; you could then use a magic jq command to create a csv or markdown table of your preferred format
Would json be okay as well? This would be a more versatile output format; you could then use a magic jq command to create a csv or markdown table of your preferred format
In my scenario there is more Office365 interaction with the generated output than programatic access.
See above added CSV output.
A structured output of
conda-deny list
would be very useful in scenarios where the output is used in written internal documentation.CSV output example:
The text was updated successfully, but these errors were encountered: