jfrog-cli-core icon indicating copy to clipboard operation
jfrog-cli-core copied to clipboard

Allow `jf poetry publish` to use the -r/--repository option to set the deploy repo

Open gangefors opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. Currently a user can't use a virtual pypi repository as a resolver while specifying a different repo for publishing the built artifact.

Describe the solution you'd like to see jf poetry publish should not use the resolving repository as a deploy repository if the -r/--repository option is present. A user should be able to have one resolving repository, such as a virtual pypi repo without a default deploy repo configured, and instead use a repo configured in poetry.

Describe alternatives you've considered Not using jf cli and instead using poetry directly.

Additional context Many jf poetry commands is unusable as a build/publish helper in CI. See #835 for additional issues.

gangefors avatar Mar 06 '24 08:03 gangefors