Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

45,286

Downloads of v 2.32.0:

792

Last Update:

03 Jan 2023

Package Maintainer(s):

Software Author(s):

  • JFrog Ltd

Tags:

jfrog cli admin

JFrog CLI V2-jf

This is not the latest version of JFrog CLI V2-jf available.

  • 1
  • 2
  • 3

2.32.0 | Updated: 03 Jan 2023

Downloads:

45,286

Downloads of v 2.32.0:

792

Maintainer(s):

Software Author(s):

  • JFrog Ltd

Tags:

jfrog cli admin

JFrog CLI V2-jf 2.32.0

This is not the latest version of JFrog CLI V2-jf available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install JFrog CLI V2-jf, run the following command from the command line or from PowerShell:

>

To upgrade JFrog CLI V2-jf, run the following command from the command line or from PowerShell:

>

To uninstall JFrog CLI V2-jf, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade jfrog-cli-v2-jf -y --source="'INTERNAL REPO URL'" --version="'2.32.0'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade jfrog-cli-v2-jf -y --source="'INTERNAL REPO URL'" --version="'2.32.0'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install jfrog-cli-v2-jf
  win_chocolatey:
    name: jfrog-cli-v2-jf
    version: '2.32.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'jfrog-cli-v2-jf' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2.32.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller jfrog-cli-v2-jf
{
    Name     = "jfrog-cli-v2-jf"
    Version  = "2.32.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'jfrog-cli-v2-jf':
  ensure   => '2.32.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 03 Jan 2023.

Description

JFrog CLI is a compact and smart client that provides a simple interface that automates access to JFrog Artifactory, Xray, Distribution and Mission Control through their respective REST APIs. By using the JFrog CLI, you can greatly simplify your automation scripts making them more readable and easier to maintain. Several features of the JFrog CLI makes your scripts more efficient and reliable:

  • Multi-threaded upload and download of artifacts make builds run faster
  • Checksum optimization reduces redundant file transfers
  • Wildcards and regular expressions give you an easy way to collect all the artifacts you wish to upload or download.
  • "Dry run" gives you a preview of file transfer operations before you actually run them

tools\VERIFICATION.txt
VERIFICATION

This is the official package published by JFrog, the application vendor.

https://github.com/jfrog/jfrog-cli/tree/master/build/chocolatey

The executable is signed by JFrog Ltd., with the following certificate chain

Signing Certificate Chain:
    Issued to: VeriSign Class 3 Public Primary Certification Authority - G5
    Issued by: VeriSign Class 3 Public Primary Certification Authority - G5
    Expires:   Wed Jul 16 18:59:59 2036
    SHA1 hash: 4EB6D578499B1CCF5F581EAD56BE3D9B6744A5E5

        Issued to: Symantec Class 3 SHA256 Code Signing CA
        Issued by: VeriSign Class 3 Public Primary Certification Authority - G5
        Expires:   Sat Dec 09 18:59:59 2023
        SHA1 hash: 007790F6561DAD89B0BCD85585762495E358F8A5

            Issued to: JFrog Ltd.
            Issued by: Symantec Class 3 SHA256 Code Signing CA
            Expires:   Sat Nov 27 18:59:59 2021
            SHA1 hash: 2B0BF2BE8D00DE2BF0E123AAAA4A6BCA7DED1287
tools\jf.exe
md5: B38C7776A58DBFB4337ECD2160B63AC4 | sha1: D9B614BD72521448875878C03DBCC57CBDE4BB24 | sha256: E1C37028D2920B31ACF68B41F40EF1644BD50F6EDA087D3DDC1842DAA2A502BF | sha512: 9A5852ACA6C53A94D8CA45EBF296D9571AFD66074A7ED84840915E7C9D13F8276A1375716ED4175468D2312B2B33F6CF2E9250A59F02F3BA1984CCA5287D5F36
tools\LICENSE
 

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
JFrog CLI V2-jf 2.56.1 656 Thursday, May 9, 2024 Approved
JFrog CLI V2-jf 2.56.0 1527 Wednesday, April 17, 2024 Approved
JFrog CLI V2-jf 2.55.0 963 Thursday, March 28, 2024 Approved
JFrog CLI V2-jf 2.54.0 548 Tuesday, March 19, 2024 Approved
JFrog CLI V2-jf 2.53.2 789 Tuesday, March 5, 2024 Approved
JFrog CLI V2-jf 2.53.1 806 Wednesday, February 21, 2024 Approved
JFrog CLI V2-jf 2.53.0 25 Wednesday, February 21, 2024 Approved
JFrog CLI V2-jf 2.52.10 1651 Tuesday, January 23, 2024 Approved
JFrog CLI V2-jf 2.52.9 644 Sunday, January 7, 2024 Approved
JFrog CLI V2-jf 2.52.8 398 Wednesday, December 27, 2023 Approved
JFrog CLI V2-jf 2.52.7 66 Monday, December 25, 2023 Approved
JFrog CLI V2-jf 2.52.6 183 Thursday, December 21, 2023 Approved
JFrog CLI V2-jf 2.52.5 133 Tuesday, December 19, 2023 Approved
JFrog CLI V2-jf 2.52.4 20 Tuesday, December 19, 2023 Approved
JFrog CLI V2-jf 2.52.3 221 Friday, December 15, 2023 Approved
JFrog CLI V2-jf 2.52.2 515 Monday, December 11, 2023 Approved
JFrog CLI V2-jf 2.52.1 545 Tuesday, December 5, 2023 Approved
JFrog CLI V2-jf 2.52.0 3982 Monday, December 4, 2023 Approved
JFrog CLI V2-jf 2.51.1 1406 Thursday, November 9, 2023 Approved
JFrog CLI V2-jf 2.51.0 164 Wednesday, November 8, 2023 Approved
JFrog CLI V2-jf 2.50.4 1445 Monday, October 23, 2023 Approved
JFrog CLI V2-jf 2.50.2 258 Wednesday, October 18, 2023 Approved
JFrog CLI V2-jf 2.50.1 272 Wednesday, October 11, 2023 Approved
JFrog CLI V2-jf 2.50.0 239 Thursday, October 5, 2023 Approved
JFrog CLI V2-jf 2.49.2 55 Thursday, October 5, 2023 Approved
JFrog CLI V2-jf 2.49.1 308 Wednesday, October 4, 2023 Approved
JFrog CLI V2-jf 2.49.0 778 Wednesday, October 4, 2023 Approved
JFrog CLI V2-jf 2.48.0 1207 Thursday, September 14, 2023 Approved
JFrog CLI V2-jf 2.47.0 138 Wednesday, September 13, 2023 Approved
JFrog CLI V2-jf 2.46.3 231 Monday, September 11, 2023 Approved
JFrog CLI V2-jf 2.46.2 1045 Friday, August 25, 2023 Approved
JFrog CLI V2-jf 2.46.1 107 Thursday, August 24, 2023 Approved
JFrog CLI V2-jf 2.46.0 134 Wednesday, August 23, 2023 Approved
JFrog CLI V2-jf 2.45.0 1104 Thursday, August 3, 2023 Approved
JFrog CLI V2-jf 2.44.1 236 Monday, July 31, 2023 Approved
JFrog CLI V2-jf 2.44.0 312 Sunday, July 23, 2023 Approved
JFrog CLI V2-jf 2.43.1 520 Wednesday, July 12, 2023 Approved
JFrog CLI V2-jf 2.42.1 428 Tuesday, July 4, 2023 Approved
JFrog CLI V2-jf 2.42.0 178 Thursday, June 29, 2023 Approved
JFrog CLI V2-jf 2.41.1 109 Wednesday, June 28, 2023 Approved
JFrog CLI V2-jf 2.41.0 92 Tuesday, June 27, 2023 Approved
JFrog CLI V2-jf 2.40.0 709 Saturday, June 10, 2023 Approved
JFrog CLI V2-jf 2.39.1 342 Sunday, June 4, 2023 Approved
JFrog CLI V2-jf 2.39.0 114 Thursday, June 1, 2023 Approved
JFrog CLI V2-jf 2.38.5 108 Wednesday, May 31, 2023 Approved
JFrog CLI V2-jf 2.38.4 67 Wednesday, May 31, 2023 Approved
JFrog CLI V2-jf 2.38.3 164 Sunday, May 28, 2023 Approved
JFrog CLI V2-jf 2.38.2 202 Wednesday, May 24, 2023 Approved
JFrog CLI V2-jf 2.38.1 109 Tuesday, May 23, 2023 Approved
JFrog CLI V2-jf 2.38.0 67 Tuesday, May 23, 2023 Approved
JFrog CLI V2-jf 2.37.3 339 Wednesday, May 17, 2023 Approved
JFrog CLI V2-jf 2.37.2 88 Wednesday, May 17, 2023 Approved
JFrog CLI V2-jf 2.37.1 360 Tuesday, May 9, 2023 Approved
JFrog CLI V2-jf 2.37.0 346 Wednesday, May 3, 2023 Approved
JFrog CLI V2-jf 2.36.1 796 Wednesday, April 5, 2023 Approved
JFrog CLI V2-jf 2.36.0 236 Thursday, March 30, 2023 Approved
JFrog CLI V2-jf 2.35.0 421 Thursday, March 16, 2023 Approved
JFrog CLI V2-jf 2.34.6 432 Thursday, March 2, 2023 Approved
JFrog CLI V2-jf 2.34.5 154 Monday, February 27, 2023 Approved
JFrog CLI V2-jf 2.34.4 68 Sunday, February 26, 2023 Approved
JFrog CLI V2-jf 2.34.3 187 Wednesday, February 22, 2023 Approved
JFrog CLI V2-jf 2.34.2 211 Thursday, February 16, 2023 Approved
JFrog CLI V2-jf 2.34.0 1331 Thursday, January 26, 2023 Approved
JFrog CLI V2-jf 2.33.0 424 Sunday, January 22, 2023 Approved
JFrog CLI V2-jf 2.32.0 792 Tuesday, January 3, 2023 Approved
JFrog CLI V2-jf 2.31.0 1250 Thursday, December 15, 2022 Approved
JFrog CLI V2-jf 2.30.0 565 Friday, November 25, 2022 Approved
JFrog CLI V2-jf 2.29.2 551 Tuesday, November 8, 2022 Approved
JFrog CLI V2-jf 2.29.0 179 Thursday, November 3, 2022 Approved
JFrog CLI V2-jf 2.28.2 251 Thursday, October 27, 2022 Approved
JFrog CLI V2-jf 2.28.1 193 Friday, October 21, 2022 Approved
JFrog CLI V2-jf 2.28.0 73 Wednesday, October 19, 2022 Approved
JFrog CLI V2-jf 2.27.1 571 Monday, October 3, 2022 Approved
JFrog CLI V2-jf 2.27.0 106 Sunday, October 2, 2022 Approved
JFrog CLI V2-jf 2.26.2 174 Tuesday, September 27, 2022 Approved
JFrog CLI V2-jf 2.26.1 296 Monday, September 19, 2022 Approved
JFrog CLI V2-jf 2.25.5 341 Tuesday, September 13, 2022 Approved
JFrog CLI V2-jf 2.25.4 109 Monday, September 12, 2022 Approved
JFrog CLI V2-jf 2.25.3 267 Monday, September 5, 2022 Approved
JFrog CLI V2-jf 2.25.2 229 Tuesday, August 30, 2022 Approved
JFrog CLI V2-jf 2.25.1 58 Tuesday, August 30, 2022 Approved
JFrog CLI V2-jf 2.25.0 321 Sunday, August 21, 2022 Approved
JFrog CLI V2-jf 2.24.3 157 Tuesday, August 16, 2022 Approved
JFrog CLI V2-jf 2.24.2 225 Tuesday, August 9, 2022 Approved
JFrog CLI V2-jf 2.24.1 83 Monday, August 8, 2022 Approved
JFrog CLI V2-jf 2.24.0 64 Monday, August 8, 2022 Approved
JFrog CLI V2-jf 2.22.0 347 Wednesday, July 27, 2022 Approved
JFrog CLI V2-jf 2.21.5 187 Monday, July 25, 2022 Approved
JFrog CLI V2-jf 2.21.4 682 Tuesday, July 19, 2022 Approved
JFrog CLI V2-jf 2.21.3 113 Sunday, July 17, 2022 Approved
JFrog CLI V2-jf 2.21.2 104 Thursday, July 14, 2022 Approved
JFrog CLI V2-jf 2.21.1 114 Wednesday, July 13, 2022 Approved
JFrog CLI V2-jf 2.21.0 198 Thursday, July 7, 2022 Approved
JFrog CLI V2-jf 2.20.0 212 Sunday, July 3, 2022 Approved
JFrog CLI V2-jf 2.18.2 1026 Monday, May 30, 2022 Approved
JFrog CLI V2-jf 2.18.0 97 Thursday, May 26, 2022 Approved
JFrog CLI V2-jf 2.17.0 152 Sunday, May 22, 2022 Approved
JFrog CLI V2-jf 2.16.4 281 Tuesday, May 10, 2022 Approved
JFrog CLI V2-jf 2.16.3 135 Sunday, May 8, 2022 Approved
JFrog CLI V2-jf 2.16.2 253 Thursday, April 28, 2022 Approved
JFrog CLI V2-jf 2.16.1 242 Thursday, April 21, 2022 Approved
JFrog CLI V2-jf 2.15.1 278 Tuesday, April 12, 2022 Approved
JFrog CLI V2-jf 2.15.0 345 Thursday, March 31, 2022 Approved
JFrog CLI V2-jf 2.14.2 147 Sunday, March 27, 2022 Approved
JFrog CLI V2-jf 2.14.0 193 Friday, March 18, 2022 Approved
JFrog CLI V2-jf 2.13.0 390 Thursday, February 24, 2022 Approved
JFrog CLI V2-jf 2.12.1 287 Tuesday, February 8, 2022 Approved
JFrog CLI V2-jf 2.12.0 112 Sunday, January 30, 2022 Approved
JFrog CLI V2-jf 2.11.1 89 Monday, January 24, 2022 Approved
JFrog CLI V2-jf 2.11.0 78 Thursday, January 13, 2022 Approved
JFrog CLI V2-jf 2.10.1 53 Tuesday, January 4, 2022 Approved
JFrog CLI V2-jf 2.10.0 80 Friday, December 31, 2021 Approved
JFrog CLI V2-jf 2.6.0 233 Sunday, December 19, 2021 Approved

This package has no dependencies.

Discussion for the JFrog CLI V2-jf Package

Ground Rules:

  • This discussion is only about JFrog CLI V2-jf and the JFrog CLI V2-jf package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or JFrog CLI V2-jf, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus