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:

41,640

Downloads of v 2.56.0:

157

Last Update:

17 Apr 2024

Package Maintainer(s):

Software Author(s):

  • JFrog Ltd

Tags:

jfrog cli admin

JFrog CLI V2-jf

  • 1
  • 2
  • 3

2.56.0 | Updated: 17 Apr 2024

Downloads:

41,640

Downloads of v 2.56.0:

157

Maintainer(s):

Software Author(s):

  • JFrog Ltd

Tags:

jfrog cli admin

JFrog CLI V2-jf 2.56.0

  • 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'" [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'" 
$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.56.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.56.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.56.0"
    Source   = "INTERNAL REPO URL"
}

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


package { 'jfrog-cli-v2-jf':
  ensure   => '2.56.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 17 Apr 2024.

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\jf.exe
md5: 8533AE5DF9EBCFDE751304D576326364 | sha1: D0C335D0DBF0FBA5AB606D6EE09AC439874F746F | sha256: BE8C575BB60F0C462386ECFA9BA4B46EE4A45AC4FF9AF83A065DD6F47AA3B0FF | sha512: BBA6127E84FC6EFAA7598BCDA816458CE1F4359F59561F17A8840FE70A8CFA7630638C440CAF83EC943B18B20BEBDACBC3C83D7989960F7456012D82916BA478
tools\LICENSE
 
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

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.55.0 961 Thursday, March 28, 2024 Approved
JFrog CLI V2-jf 2.54.0 537 Tuesday, March 19, 2024 Approved
JFrog CLI V2-jf 2.53.2 784 Tuesday, March 5, 2024 Approved
JFrog CLI V2-jf 2.53.1 798 Wednesday, February 21, 2024 Approved
JFrog CLI V2-jf 2.53.0 22 Wednesday, February 21, 2024 Approved
JFrog CLI V2-jf 2.52.10 1649 Tuesday, January 23, 2024 Approved
JFrog CLI V2-jf 2.52.9 640 Sunday, January 7, 2024 Approved
JFrog CLI V2-jf 2.52.8 393 Wednesday, December 27, 2023 Approved
JFrog CLI V2-jf 2.52.7 57 Monday, December 25, 2023 Approved
JFrog CLI V2-jf 2.52.6 180 Thursday, December 21, 2023 Approved
JFrog CLI V2-jf 2.52.5 127 Tuesday, December 19, 2023 Approved
JFrog CLI V2-jf 2.52.4 17 Tuesday, December 19, 2023 Approved
JFrog CLI V2-jf 2.52.3 219 Friday, December 15, 2023 Approved
JFrog CLI V2-jf 2.52.2 512 Monday, December 11, 2023 Approved
JFrog CLI V2-jf 2.52.1 517 Tuesday, December 5, 2023 Approved
JFrog CLI V2-jf 2.52.0 3145 Monday, December 4, 2023 Approved
JFrog CLI V2-jf 2.51.1 1402 Thursday, November 9, 2023 Approved
JFrog CLI V2-jf 2.51.0 162 Wednesday, November 8, 2023 Approved
JFrog CLI V2-jf 2.50.4 1441 Monday, October 23, 2023 Approved
JFrog CLI V2-jf 2.50.2 253 Wednesday, October 18, 2023 Approved
JFrog CLI V2-jf 2.50.1 268 Wednesday, October 11, 2023 Approved
JFrog CLI V2-jf 2.50.0 237 Thursday, October 5, 2023 Approved
JFrog CLI V2-jf 2.49.2 53 Thursday, October 5, 2023 Approved
JFrog CLI V2-jf 2.49.1 305 Wednesday, October 4, 2023 Approved
JFrog CLI V2-jf 2.49.0 775 Wednesday, October 4, 2023 Approved
JFrog CLI V2-jf 2.48.0 1205 Thursday, September 14, 2023 Approved
JFrog CLI V2-jf 2.47.0 137 Wednesday, September 13, 2023 Approved
JFrog CLI V2-jf 2.46.3 229 Monday, September 11, 2023 Approved
JFrog CLI V2-jf 2.46.2 998 Friday, August 25, 2023 Approved
JFrog CLI V2-jf 2.46.1 105 Thursday, August 24, 2023 Approved
JFrog CLI V2-jf 2.46.0 131 Wednesday, August 23, 2023 Approved
JFrog CLI V2-jf 2.45.0 1101 Thursday, August 3, 2023 Approved
JFrog CLI V2-jf 2.44.1 233 Monday, July 31, 2023 Approved
JFrog CLI V2-jf 2.44.0 306 Sunday, July 23, 2023 Approved
JFrog CLI V2-jf 2.43.1 518 Wednesday, July 12, 2023 Approved
JFrog CLI V2-jf 2.42.1 426 Tuesday, July 4, 2023 Approved
JFrog CLI V2-jf 2.42.0 176 Thursday, June 29, 2023 Approved
JFrog CLI V2-jf 2.41.1 107 Wednesday, June 28, 2023 Approved
JFrog CLI V2-jf 2.41.0 88 Tuesday, June 27, 2023 Approved
JFrog CLI V2-jf 2.40.0 707 Saturday, June 10, 2023 Approved
JFrog CLI V2-jf 2.39.1 340 Sunday, June 4, 2023 Approved
JFrog CLI V2-jf 2.39.0 113 Thursday, June 1, 2023 Approved
JFrog CLI V2-jf 2.38.5 107 Wednesday, May 31, 2023 Approved
JFrog CLI V2-jf 2.38.4 64 Wednesday, May 31, 2023 Approved
JFrog CLI V2-jf 2.38.3 163 Sunday, May 28, 2023 Approved
JFrog CLI V2-jf 2.38.2 197 Wednesday, May 24, 2023 Approved
JFrog CLI V2-jf 2.38.1 107 Tuesday, May 23, 2023 Approved
JFrog CLI V2-jf 2.38.0 63 Tuesday, May 23, 2023 Approved
JFrog CLI V2-jf 2.37.3 333 Wednesday, May 17, 2023 Approved
JFrog CLI V2-jf 2.37.2 83 Wednesday, May 17, 2023 Approved
JFrog CLI V2-jf 2.37.1 357 Tuesday, May 9, 2023 Approved
JFrog CLI V2-jf 2.37.0 344 Wednesday, May 3, 2023 Approved
JFrog CLI V2-jf 2.36.1 793 Wednesday, April 5, 2023 Approved
JFrog CLI V2-jf 2.36.0 234 Thursday, March 30, 2023 Approved
JFrog CLI V2-jf 2.35.0 418 Thursday, March 16, 2023 Approved
JFrog CLI V2-jf 2.34.6 430 Thursday, March 2, 2023 Approved
JFrog CLI V2-jf 2.34.5 151 Monday, February 27, 2023 Approved
JFrog CLI V2-jf 2.34.4 64 Sunday, February 26, 2023 Approved
JFrog CLI V2-jf 2.34.3 185 Wednesday, February 22, 2023 Approved
JFrog CLI V2-jf 2.34.2 208 Thursday, February 16, 2023 Approved
JFrog CLI V2-jf 2.34.0 1329 Thursday, January 26, 2023 Approved
JFrog CLI V2-jf 2.33.0 421 Sunday, January 22, 2023 Approved
JFrog CLI V2-jf 2.32.0 787 Tuesday, January 3, 2023 Approved
JFrog CLI V2-jf 2.31.0 1177 Thursday, December 15, 2022 Approved
JFrog CLI V2-jf 2.30.0 561 Friday, November 25, 2022 Approved
JFrog CLI V2-jf 2.29.2 549 Tuesday, November 8, 2022 Approved
JFrog CLI V2-jf 2.29.0 174 Thursday, November 3, 2022 Approved
JFrog CLI V2-jf 2.28.2 249 Thursday, October 27, 2022 Approved
JFrog CLI V2-jf 2.28.1 190 Friday, October 21, 2022 Approved
JFrog CLI V2-jf 2.28.0 70 Wednesday, October 19, 2022 Approved
JFrog CLI V2-jf 2.27.1 568 Monday, October 3, 2022 Approved
JFrog CLI V2-jf 2.27.0 103 Sunday, October 2, 2022 Approved
JFrog CLI V2-jf 2.26.2 167 Tuesday, September 27, 2022 Approved
JFrog CLI V2-jf 2.26.1 292 Monday, September 19, 2022 Approved
JFrog CLI V2-jf 2.25.5 339 Tuesday, September 13, 2022 Approved
JFrog CLI V2-jf 2.25.4 106 Monday, September 12, 2022 Approved
JFrog CLI V2-jf 2.25.3 263 Monday, September 5, 2022 Approved
JFrog CLI V2-jf 2.25.2 226 Tuesday, August 30, 2022 Approved
JFrog CLI V2-jf 2.25.1 55 Tuesday, August 30, 2022 Approved
JFrog CLI V2-jf 2.25.0 319 Sunday, August 21, 2022 Approved
JFrog CLI V2-jf 2.24.3 154 Tuesday, August 16, 2022 Approved
JFrog CLI V2-jf 2.24.2 222 Tuesday, August 9, 2022 Approved
JFrog CLI V2-jf 2.24.1 79 Monday, August 8, 2022 Approved
JFrog CLI V2-jf 2.24.0 61 Monday, August 8, 2022 Approved
JFrog CLI V2-jf 2.22.0 342 Wednesday, July 27, 2022 Approved
JFrog CLI V2-jf 2.21.5 183 Monday, July 25, 2022 Approved
JFrog CLI V2-jf 2.21.4 678 Tuesday, July 19, 2022 Approved
JFrog CLI V2-jf 2.21.3 108 Sunday, July 17, 2022 Approved
JFrog CLI V2-jf 2.21.2 100 Thursday, July 14, 2022 Approved
JFrog CLI V2-jf 2.21.1 111 Wednesday, July 13, 2022 Approved
JFrog CLI V2-jf 2.21.0 195 Thursday, July 7, 2022 Approved
JFrog CLI V2-jf 2.20.0 207 Sunday, July 3, 2022 Approved
JFrog CLI V2-jf 2.18.2 1017 Monday, May 30, 2022 Approved
JFrog CLI V2-jf 2.18.0 92 Thursday, May 26, 2022 Approved
JFrog CLI V2-jf 2.17.0 144 Sunday, May 22, 2022 Approved
JFrog CLI V2-jf 2.16.4 277 Tuesday, May 10, 2022 Approved
JFrog CLI V2-jf 2.16.3 132 Sunday, May 8, 2022 Approved
JFrog CLI V2-jf 2.16.2 248 Thursday, April 28, 2022 Approved
JFrog CLI V2-jf 2.16.1 239 Thursday, April 21, 2022 Approved
JFrog CLI V2-jf 2.15.1 276 Tuesday, April 12, 2022 Approved
JFrog CLI V2-jf 2.15.0 341 Thursday, March 31, 2022 Approved
JFrog CLI V2-jf 2.14.2 144 Sunday, March 27, 2022 Approved
JFrog CLI V2-jf 2.14.0 190 Friday, March 18, 2022 Approved
JFrog CLI V2-jf 2.13.0 387 Thursday, February 24, 2022 Approved
JFrog CLI V2-jf 2.12.1 281 Tuesday, February 8, 2022 Approved
JFrog CLI V2-jf 2.12.0 110 Sunday, January 30, 2022 Approved
JFrog CLI V2-jf 2.11.1 84 Monday, January 24, 2022 Approved
JFrog CLI V2-jf 2.11.0 75 Thursday, January 13, 2022 Approved
JFrog CLI V2-jf 2.10.1 51 Tuesday, January 4, 2022 Approved
JFrog CLI V2-jf 2.10.0 79 Friday, December 31, 2021 Approved
JFrog CLI V2-jf 2.6.0 230 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