Open
Description
openedon Feb 2, 2022
Describe the bug
Not possible to create a nuget local or remote repository with the "ForceNugetAuthentication" option enabled.
When running jfrog rt rpt, it doesn't offer this option in the "wizard"
To Reproduce
- Run
jfrog rt rtc nuget-template.json
- Select "Create" template
- Select "local" or "remote"
- Select "nuget"
Expected behavior
Being able to create a Nuget repository with all the option available on the UI
Screenshots
If applicable, add screenshots to help explain your problem.
Versions
- JFrog CLI core version: 2.8.3
- JFrog CLI version (if applicable): 2.11.0
- Artifactory version: 7.31.13
Additional context
After investigating, it might be related to a typo error here
shouldn't it be "ForceNugetAuthentication" instead of "ForceMavenAuthentication"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment