Add ability to suppress license file path
See original GitHub issueCurrently if the user adds --with-license-file
the full absolute path of the license file is included in the output. If the user wants to distribute this license information file with their software, paths that include their user name on the system where pip-licenses
was run are leaked into the output.
It would be very helpful if the path to the license file path could be suppressed from the output to avoid this.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Disable access to Microsoft 365 services while assigning user ...
Learn how to assign licenses to user accounts and disable specific service plans at the same time using PowerShell for Microsoft 365.
Read more >Manage licenses—Portal for ArcGIS
You can view license and user type details and configure add-on licenses for a single product at a time and multiple products at...
Read more >Release and license information: adding or updating
You can update an existing license file without stopping Perforce by using the p4 license command. See Adding or updating the license file....
Read more >Licensing — Deployment Planning and Configuration - Adobe
This document provides steps for new deployments. For details about migrating a license key install to NUL, see Migrating to Named User Licensing....
Read more >LicenseTool Command Descriptions
The UiPath.LicenseTool.exe is a command line utility which enables you to activate your machine online or offline, and update your license information.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think you meant @johnthagen
@jameslamb Option
--no-license-path
was supported in version 2.0.0. https://pypi.org/project/pip-licenses/2.0.0/Thanks for the suggestion.