Chocolatey Community Coffee Break

Join the Chocolatey Team on our regular monthly stream where we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

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

Announcing Chocolatey Central Management 0.10.0

Livestream from
Thursday, 06 October 2022

We recently released our largest update to Chocolatey Central Management so far. Join Gary and Steph to find out more about Chocolatey Central Management and the new features and fixes we've added to this release.

Watch On-Demand
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
Chocolatey Product Spotlight: Chocolatey 1.2.0 and Chocolatey Licensed Extension 5.0.0

Livestream from
Thursday, 03 November 2022

Join Paul and Gary for this months Chocolatey product livestream where we look at the latest release of Chocolatey 1.2.0, Chocolatey Licensed Extension 5.0.0 and shine a spotlight on the new hook scripts functionality. This opens up so many possibilities for Chocolatey CLI users!

Watch On-Demand
Chocolatey Coding Livestream

Livestream from
Tuesday, 29 November 2022

Join Josh as he adds the ability to manage Chocolatey GUI config and features with the Chocolatey Ansible Collection.

Watch On-Demand
Introduction into Chocolatey with Veeam

Webinar from
Tuesday, 13 December 2022

Join Gary, Paul, and Maurice as they introduce and demonstrate how to use Chocolatey! Questions will be answered live in an Ask Me Anything format.

Watch On-Demand

Downloads:

408,910

Downloads of v 2.34.0:

3,667

Last Update:

26 Jan 2023

Package Maintainer(s):

Software Author(s):

  • JFrog Ltd

Tags:

JFrog CLI admin

JFrog CLI V2

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

  • 1
  • 2
  • 3

2.34.0 | Updated: 26 Jan 2023

Downloads:

408,910

Downloads of v 2.34.0:

3,667

Maintainer(s):

Software Author(s):

  • JFrog Ltd

Tags:

JFrog CLI admin

JFrog CLI V2 2.34.0

This is not the latest version of JFrog CLI V2 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, run the following command from the command line or from PowerShell:

>

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

>

To uninstall JFrog CLI V2, 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 -y --source="'INTERNAL REPO URL'" --version="'2.34.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 -y --source="'INTERNAL REPO URL'" --version="'2.34.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
  win_chocolatey:
    name: jfrog-cli
    version: '2.34.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' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2.34.0'
end

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


cChocoPackageInstaller jfrog-cli
{
    Name     = "jfrog-cli"
    Version  = "2.34.0"
    Source   = "INTERNAL REPO URL"
}

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


package { 'jfrog-cli':
  ensure   => '2.34.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 26 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\jfrog.exe
md5: 4174DBBA1E1DD6CAE57D6C6BF87B64F0 | sha1: E7BE48D7C96A6D3AE3D45003C9C2ACF22777C0FE | sha256: F447FACA2257D24601E5506226A90F05D5DD38117C979DF809D051474696DC70 | sha512: 8B987D30C0093CAFB1E7CD61693EC83DFB58AE4B8E6A0487AEF88DC6C30C447727F974C9AA3300483515A97391F74154D6C143BAD420D6F9EF12C3CD0004FA1E
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 2.34.6 2648 Thursday, March 2, 2023 Approved
JFrog CLI V2 2.34.5 745 Monday, February 27, 2023 Approved
JFrog CLI V2 2.34.4 177 Sunday, February 26, 2023 Approved
JFrog CLI V2 2.34.3 841 Wednesday, February 22, 2023 Approved
JFrog CLI V2 2.34.2 1094 Thursday, February 16, 2023 Approved
JFrog CLI V2 2.34.0 3667 Thursday, January 26, 2023 Approved
JFrog CLI V2 2.33.0 955 Sunday, January 22, 2023 Approved
JFrog CLI V2 2.32.0 3472 Tuesday, January 3, 2023 Approved
JFrog CLI V2 2.31.0 2897 Thursday, December 15, 2022 Approved
JFrog CLI V2 2.29.2 8733 Tuesday, November 8, 2022 Approved
JFrog CLI V2 2.29.0 1267 Thursday, November 3, 2022 Approved
JFrog CLI V2 2.28.2 2234 Thursday, October 27, 2022 Approved
JFrog CLI V2 2.28.1 1544 Friday, October 21, 2022 Approved
JFrog CLI V2 2.28.0 219 Wednesday, October 19, 2022 Approved
JFrog CLI V2 2.27.1 4875 Monday, October 3, 2022 Approved
JFrog CLI V2 2.27.0 329 Sunday, October 2, 2022 Approved
JFrog CLI V2 2.26.2 1457 Tuesday, September 27, 2022 Approved
JFrog CLI V2 2.26.1 2186 Monday, September 19, 2022 Approved
JFrog CLI V2 2.26.0 260 Sunday, September 18, 2022 Approved
JFrog CLI V2 2.25.5 1548 Tuesday, September 13, 2022 Approved
JFrog CLI V2 2.25.4 391 Monday, September 12, 2022 Approved
JFrog CLI V2 2.25.3 1779 Monday, September 5, 2022 Approved
JFrog CLI V2 2.25.2 1660 Tuesday, August 30, 2022 Approved
JFrog CLI V2 2.25.1 57 Tuesday, August 30, 2022 Approved
JFrog CLI V2 2.25.0 2552 Sunday, August 21, 2022 Approved
JFrog CLI V2 2.24.3 1279 Tuesday, August 16, 2022 Approved
JFrog CLI V2 2.24.2 1802 Tuesday, August 9, 2022 Approved
JFrog CLI V2 2.24.1 271 Monday, August 8, 2022 Approved
JFrog CLI V2 2.22.0 3078 Wednesday, July 27, 2022 Approved
JFrog CLI V2 2.21.5 688 Monday, July 25, 2022 Approved
JFrog CLI V2 2.21.4 1436 Tuesday, July 19, 2022 Approved
JFrog CLI V2 2.21.3 567 Sunday, July 17, 2022 Approved
JFrog CLI V2 2.21.2 613 Thursday, July 14, 2022 Approved
JFrog CLI V2 2.21.1 479 Wednesday, July 13, 2022 Approved
JFrog CLI V2 2.21.0 1389 Thursday, July 7, 2022 Approved
JFrog CLI V2 2.20.0 1076 Sunday, July 3, 2022 Approved
JFrog CLI V2 2.18.2 7481 Monday, May 30, 2022 Approved
JFrog CLI V2 2.17.0 1865 Sunday, May 22, 2022 Approved
JFrog CLI V2 2.16.4 2841 Tuesday, May 10, 2022 Approved
JFrog CLI V2 2.16.3 550 Sunday, May 8, 2022 Approved
JFrog CLI V2 2.16.2 2518 Thursday, April 28, 2022 Approved
JFrog CLI V2 2.16.1 1685 Thursday, April 21, 2022 Approved
JFrog CLI V2 2.15.1 2375 Tuesday, April 12, 2022 Approved
JFrog CLI V2 2.15.0 3240 Thursday, March 31, 2022 Approved
JFrog CLI V2 2.14.2 1186 Sunday, March 27, 2022 Approved
JFrog CLI V2 2.14.1 728 Thursday, March 24, 2022 Approved
JFrog CLI V2 2.14.0 1478 Friday, March 18, 2022 Approved
JFrog CLI V2 2.13.0 5905 Thursday, February 24, 2022 Approved
JFrog CLI V2 2.12.1 3494 Tuesday, February 8, 2022 Approved
JFrog CLI V2 2.12.0 1874 Sunday, January 30, 2022 Approved
JFrog CLI V2 2.11.1 978 Monday, January 24, 2022 Approved
JFrog CLI V2 2.11.0 1239 Thursday, January 13, 2022 Approved
JFrog CLI V2 2.10.1 977 Tuesday, January 4, 2022 Approved
JFrog CLI V2 2.10.0 242 Friday, December 31, 2021 Approved
JFrog CLI V2 2.8.3 1455 Monday, December 6, 2021 Approved
JFrog CLI V2 2.8.1 236 Thursday, December 2, 2021 Approved
JFrog CLI V2 2.8.0 55 Tuesday, November 30, 2021 Approved
JFrog CLI V2 2.7.0 243 Monday, November 29, 2021 Approved
JFrog CLI V2 2.6.2 12646 Thursday, November 25, 2021 Approved
JFrog CLI V2 2.6.1 334 Monday, November 22, 2021 Approved
JFrog CLI V2 2.6.0 207 Sunday, November 21, 2021 Approved
JFrog CLI V2 2.5.1 93483 Tuesday, November 9, 2021 Approved
JFrog CLI V2 2.5.0 10839 Saturday, October 23, 2021 Approved
JFrog CLI 2.4.1 4532 Sunday, October 10, 2021 Approved
JFrog CLI 1.53.1 1110 Monday, January 31, 2022 Approved
JFrog CLI 1.53.0 400 Tuesday, January 18, 2022 Approved
JFrog CLI 1.52.0 36176 Sunday, October 10, 2021 Approved
JFrog CLI 1.51.1 13660 Saturday, August 28, 2021 Approved
JFrog CLI 1.51.0 4435 Monday, August 9, 2021 Approved
JFrog CLI 1.50.2 6005 Wednesday, July 14, 2021 Approved
JFrog CLI 1.50.1 380 Wednesday, July 14, 2021 Approved
JFrog CLI 1.50.0 4884 Wednesday, June 23, 2021 Approved
JFrog CLI 1.49.0 1150 Thursday, June 17, 2021 Approved
JFrog CLI 1.48.1 4100 Friday, May 28, 2021 Approved
JFrog CLI 1.48.0 1394 Sunday, May 23, 2021 Approved
JFrog CLI 1.47.3 1644 Saturday, May 15, 2021 Approved
JFrog CLI 1.47.2 1913 Wednesday, May 5, 2021 Approved
JFrog CLI 1.47.1 999 Thursday, April 29, 2021 Approved
JFrog CLI 1.47.0 255 Wednesday, April 28, 2021 Approved
JFrog CLI 1.46.4 1814 Monday, April 19, 2021 Approved
JFrog CLI 1.46.3 319 Friday, April 16, 2021 Approved
JFrog CLI 1.46.2 366 Thursday, April 15, 2021 Approved
JFrog CLI 1.46.1 2037 Monday, April 5, 2021 Approved
JFrog CLI 1.46.0 102 Sunday, April 4, 2021 Approved
JFrog CLI 1.45.2 3144 Thursday, March 18, 2021 Approved
JFrog CLI 1.45.1 1727 Wednesday, March 10, 2021 Approved
JFrog CLI 1.45.0 344 Tuesday, March 9, 2021 Approved
JFrog CLI 1.44.0 6547 Sunday, January 31, 2021 Approved
JFrog CLI 1.43.2 3774 Wednesday, January 6, 2021 Approved
JFrog CLI 1.43.1 821 Thursday, December 31, 2020 Approved
JFrog CLI 1.43.0 195 Wednesday, December 30, 2020 Approved
JFrog CLI 1.42.3 7563 Friday, December 18, 2020 Approved
JFrog CLI 1.42.2 180 Thursday, December 17, 2020 Approved
JFrog CLI 1.42.1 287 Wednesday, December 16, 2020 Approved
JFrog CLI 1.42.0 210 Tuesday, December 15, 2020 Approved
JFrog CLI 1.41.2 3154 Wednesday, November 25, 2020 Approved
JFrog CLI 1.41.1 1448 Friday, November 13, 2020 Approved
JFrog CLI 1.41.0 129 Thursday, November 12, 2020 Approved
JFrog CLI 1.40.1 1738 Monday, November 2, 2020 Approved
JFrog CLI 1.40.0 1047 Monday, October 26, 2020 Approved
JFrog CLI 1.39.7 2103 Tuesday, October 13, 2020 Approved
JFrog CLI 1.39.6 146 Tuesday, October 13, 2020 Approved
JFrog CLI 1.39.5 1558 Wednesday, September 23, 2020 Approved
JFrog CLI 1.39.4 1408 Thursday, September 10, 2020 Approved
JFrog CLI 1.39.3 751 Thursday, September 3, 2020 Approved
JFrog CLI 1.39.2 774 Saturday, August 29, 2020 Approved
JFrog CLI 1.39.1 461 Monday, August 24, 2020 Approved
JFrog CLI 1.39.0 562 Monday, August 17, 2020 Approved
JFrog CLI 1.38.4 594 Monday, August 10, 2020 Approved
JFrog CLI 1.38.3 308 Wednesday, August 5, 2020 Approved
JFrog CLI 1.38.2 1108 Monday, July 20, 2020 Approved
JFrog CLI 1.38.1 1171 Sunday, July 19, 2020 Approved
JFrog CLI 1.38.0 1143 Wednesday, July 1, 2020 Approved
JFrog CLI 1.37.1 762 Thursday, June 18, 2020 Approved
JFrog CLI 1.37.0 591 Tuesday, June 9, 2020 Approved
JFrog CLI 1.36.0 1278 Monday, May 25, 2020 Approved
JFrog CLI 1.35.5 575 Thursday, May 14, 2020 Approved
JFrog CLI 1.35.4 279 Wednesday, May 13, 2020 Approved
JFrog CLI 1.35.3 2195 Monday, March 30, 2020 Approved
JFrog CLI 1.35.2 251 Sunday, March 29, 2020 Approved
JFrog CLI 1.35.1 757 Wednesday, March 18, 2020 Approved
JFrog CLI 1.35.0 99 Wednesday, March 18, 2020 Approved
JFrog CLI 1.34.1 633 Thursday, March 5, 2020 Approved
JFrog CLI 1.34.0 1595 Saturday, February 29, 2020 Approved
JFrog CLI 1.33.2 1485 Monday, January 27, 2020 Approved
JFrog CLI 1.33.1 380 Sunday, January 19, 2020 Approved
JFrog CLI 1.32.4 8420 Tuesday, December 24, 2019 Approved
JFrog CLI 1.32.3 165 Friday, December 20, 2019 Approved
JFrog CLI 1.32.2 303 Monday, December 16, 2019 Approved
JFrog CLI 1.31.2 871 Wednesday, November 27, 2019 Approved
JFrog CLI 1.31.0 1226 Wednesday, November 27, 2019 Approved
JFrog CLI 1.30.4 1177 Tuesday, November 12, 2019 Approved
JFrog CLI 1.30.3 376 Thursday, November 7, 2019 Approved
JFrog CLI 1.30.2 332 Sunday, November 3, 2019 Approved
JFrog CLI 1.30.1 202 Thursday, October 31, 2019 Approved
JFrog CLI 1.30.0 411 Thursday, October 24, 2019 Approved
JFrog CLI 1.29.2 826 Wednesday, October 16, 2019 Approved
JFrog CLI 1.29.1 617 Thursday, September 26, 2019 Approved
JFrog CLI 1.29.0 230 Tuesday, September 24, 2019 Approved
JFrog CLI 1.28.0 707 Sunday, September 1, 2019 Approved
JFrog CLI 1.27.0 538 Friday, August 16, 2019 Approved
JFrog CLI 1.26.3 1447 Sunday, July 28, 2019 Approved
JFrog CLI 1.26.2 601 Wednesday, July 10, 2019 Approved
JFrog CLI 1.26.1 622 Monday, June 17, 2019 Approved
JFrog CLI 1.26.0 274 Wednesday, June 12, 2019 Approved
JFrog CLI 1.25.0 1710 Thursday, April 18, 2019 Approved
JFrog CLI 1.24.3 1712 Wednesday, March 6, 2019 Approved
JFrog CLI 1.24.2 265 Sunday, March 3, 2019 Approved
JFrog CLI 1.24.1 396 Wednesday, February 20, 2019 Approved
JFrog CLI 1.24.0 153 Wednesday, February 20, 2019 Approved
JFrog CLI 1.23.2 1107 Wednesday, January 30, 2019 Approved
JFrog CLI 1.23.1 945 Wednesday, December 26, 2018 Approved
JFrog CLI 1.23.0 156 Wednesday, December 26, 2018 Approved
JFrog CLI 1.22.1 477 Sunday, December 9, 2018 Approved
JFrog CLI 1.21.1 10904 Saturday, November 17, 2018 Approved
JFrog CLI 1.21.0 160 Saturday, November 17, 2018 Approved
JFrog CLI 1.20.2 191 Saturday, November 17, 2018 Approved
JFrog CLI 1.20.1 150 Saturday, November 17, 2018 Approved
JFrog CLI 1.17.0 1617 Wednesday, July 11, 2018 Approved
JFrog CLI 1.16.2 195 Wednesday, July 11, 2018 Approved
JFrog CLI 1.16.1 254 Tuesday, July 10, 2018 Approved
JFrog CLI 1.11.2 3255 Monday, October 16, 2017 Approved
JFrog CLI 1.10.1 449 Wednesday, August 9, 2017 Approved
JFrog CLI 1.9.0 397 Saturday, July 8, 2017 Approved

This package has no dependencies.

Discussion for the JFrog CLI V2 Package

Ground Rules:

  • This discussion is only about JFrog CLI V2 and the JFrog CLI V2 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, 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