File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ func addOrEdit(c *cli.Context, operation configOperation) error {
136136 }
137137 configCmd := commands .NewConfigCommand (commands .AddOrEdit , serverId ).SetDetails (configCommandConfiguration .ServerDetails ).SetInteractive (configCommandConfiguration .Interactive ).
138138 SetEncPassword (configCommandConfiguration .EncPassword ).SetUseBasicAuthOnly (configCommandConfiguration .BasicAuthOnly )
139- return configCmd .Run ()
139+ return configCmd .ExecAndReportUsage ()
140140}
141141
142142func showCmd (c * cli.Context ) error {
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ require (
167167 gopkg.in/yaml.v3 v3.0.1 // indirect
168168)
169169
170- replace github.com/jfrog/jfrog-cli-core/v2 => github.com/jfrog /jfrog-cli-core/v2 v2.31.1-0.20241107130834-59ac9764f8b9
170+ replace github.com/jfrog/jfrog-cli-core/v2 => github.com/eyaldelarea /jfrog-cli-core/v2 v2.0.0-20241113081925-d18831e4ca06
171171
172172// replace github.com/jfrog/jfrog-cli-security => github.com/jfrog/jfrog-cli-security v1.12.5-0.20241107141149-42cf964808a1
173173
Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a h1:mATvB/9r/3gvcej
8787github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a /go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM =
8888github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc =
8989github.com/emirpasic/gods v1.18.1 /go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ =
90+ github.com/eyaldelarea/jfrog-cli-core/v2 v2.0.0-20241113081925-d18831e4ca06 h1:VAsNw7JrLzeJXjTMbuEO1igpmozCEZgrRNt/Y0Z/lJg =
91+ github.com/eyaldelarea/jfrog-cli-core/v2 v2.0.0-20241113081925-d18831e4ca06 /go.mod h1:puLwWcnXYCJqUOvhscXRJiKNzPdj0adP+zadKy6A/gU =
9092github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM =
9193github.com/fatih/color v1.16.0 /go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE =
9294github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg =
@@ -173,8 +175,6 @@ github.com/jfrog/jfrog-apps-config v1.0.1 h1:mtv6k7g8A8BVhlHGlSveapqf4mJfonwvXYL
173175github.com/jfrog/jfrog-apps-config v1.0.1 /go.mod h1:8AIIr1oY9JuH5dylz2S6f8Ym2MaadPLR6noCBO4C22w =
174176github.com/jfrog/jfrog-cli-artifactory v0.1.6 h1:bMfJsrLQJw0dZp4nqUf1xOmtY0rpCatW/I5q88x+fhQ =
175177github.com/jfrog/jfrog-cli-artifactory v0.1.6 /go.mod h1:jbNb22ebtupcjdhrdGq0VBew2vWG6VUK04xxGNDfynE =
176- github.com/jfrog/jfrog-cli-core/v2 v2.31.1-0.20241107130834-59ac9764f8b9 h1:zAlXZrJRbThdMtA5UDjC0RouJ/OVY/zv9+VI54NTbFo =
177- github.com/jfrog/jfrog-cli-core/v2 v2.31.1-0.20241107130834-59ac9764f8b9 /go.mod h1:2E9LLSLDYNwp2585LyMuDaNMuq+ohvgZYg7K5EY933o =
178178github.com/jfrog/jfrog-cli-platform-services v1.4.0 h1:g6A30+tOfXd1h6VASeNwH+5mhs5bPQJ0MFzZs/4nlvs =
179179github.com/jfrog/jfrog-cli-platform-services v1.4.0 /go.mod h1:Ky4SDXuMeaiNP/5zMT1YSzIuXG+cNYYOl8BaEA7Awbc =
180180github.com/jfrog/jfrog-cli-security v1.12.5 h1:2JHPyapXuHQw/qEaElGxBUGrJCZlVFLXDdxkqhf10vE =
You can’t perform that action at this time.
0 commit comments