I believe the CLI should be able to be downloaded from pypi.
The use case is most corporate CI/CD environments sits behind tool like JFrog and the like therefore you cannot install the CLI using curl ... command as it won't be scanned by JFrog.
Having it in deployed as binay in pypi, will be automatically available to JFrog and other catalogue cachinc and mirroring tools so that can be used in the enterprise CI/CD pipelines.
Thanks! 🙏
I believe the CLI should be able to be downloaded from pypi.
The use case is most corporate CI/CD environments sits behind tool like JFrog and the like therefore you cannot install the CLI using
curl ...command as it won't be scanned by JFrog.Having it in deployed as binay in pypi, will be automatically available to JFrog and other catalogue cachinc and mirroring tools so that can be used in the enterprise CI/CD pipelines.
Thanks! 🙏