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:

49,924

Downloads of v 2.61.2:

25

Last Update:

26 Jul 2024

Package Maintainer(s):

Software Author(s):

  • JFrog Ltd

Tags:

jfrog cli admin

JFrog CLI V2-jf

  • 1
  • 2
  • 3

2.61.2 | Updated: 26 Jul 2024

Downloads:

49,924

Downloads of v 2.61.2:

25

Maintainer(s):

Software Author(s):

  • JFrog Ltd

Tags:

jfrog cli admin

JFrog CLI V2-jf 2.61.2

  • 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.61.2'
    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.61.2'
end

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


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

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


package { 'jfrog-cli-v2-jf':
  ensure   => '2.61.2',
  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 Jul 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: 4BBCA1215C91341C04E41CF1811C7EEE | sha1: EC837128ACDB502D3DF01BE1B44825C6D7BBBDE7 | sha256: 9E0A1469B46F1755147126EF76B9E421179408C47C7A761E55327C44D417BE95 | sha512: F620D5078A6059C1642A325CE090B7250DC54D8702073AB9AC3C1DF7E1E2A06D54F84DCCC6D77B69FF4A805CF61C18B902466E94FD134A70B3390DE24F03E9C3
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.61.1 93 Thursday, July 25, 2024 Approved
JFrog CLI V2-jf 2.61.0 150 Wednesday, July 24, 2024 Approved
JFrog CLI V2-jf 2.60.0 46 Wednesday, July 24, 2024 Approved
JFrog CLI V2-jf 2.59.1 1611 Thursday, June 27, 2024 Approved
JFrog CLI V2-jf 2.59.0 222 Monday, June 24, 2024 Approved
JFrog CLI V2-jf 2.58.2 820 Tuesday, June 11, 2024 Approved
JFrog CLI V2-jf 2.58.1 59 Monday, June 10, 2024 Approved
JFrog CLI V2-jf 2.57.1 461 Sunday, June 2, 2024 Approved
JFrog CLI V2-jf 2.57.0 525 Thursday, May 23, 2024 Approved
JFrog CLI V2-jf 2.56.1 709 Thursday, May 9, 2024 Approved
JFrog CLI V2-jf 2.56.0 1547 Wednesday, April 17, 2024 Approved
JFrog CLI V2-jf 2.55.0 967 Thursday, March 28, 2024 Approved
JFrog CLI V2-jf 2.54.0 568 Tuesday, March 19, 2024 Approved
JFrog CLI V2-jf 2.53.2 793 Tuesday, March 5, 2024 Approved
JFrog CLI V2-jf 2.53.1 834 Wednesday, February 21, 2024 Approved
JFrog CLI V2-jf 2.53.0 29 Wednesday, February 21, 2024 Approved
JFrog CLI V2-jf 2.52.10 1654 Tuesday, January 23, 2024 Approved
JFrog CLI V2-jf 2.52.9 648 Sunday, January 7, 2024 Approved
JFrog CLI V2-jf 2.52.8 401 Wednesday, December 27, 2023 Approved
JFrog CLI V2-jf 2.52.7 69 Monday, December 25, 2023 Approved
JFrog CLI V2-jf 2.52.6 187 Thursday, December 21, 2023 Approved
JFrog CLI V2-jf 2.52.5 135 Tuesday, December 19, 2023 Approved
JFrog CLI V2-jf 2.52.4 26 Tuesday, December 19, 2023 Approved
JFrog CLI V2-jf 2.52.3 225 Friday, December 15, 2023 Approved
JFrog CLI V2-jf 2.52.2 520 Monday, December 11, 2023 Approved
JFrog CLI V2-jf 2.52.1 601 Tuesday, December 5, 2023 Approved
JFrog CLI V2-jf 2.52.0 4151 Monday, December 4, 2023 Approved
JFrog CLI V2-jf 2.51.1 1409 Thursday, November 9, 2023 Approved
JFrog CLI V2-jf 2.51.0 169 Wednesday, November 8, 2023 Approved
JFrog CLI V2-jf 2.50.4 1449 Monday, October 23, 2023 Approved
JFrog CLI V2-jf 2.50.2 260 Wednesday, October 18, 2023 Approved
JFrog CLI V2-jf 2.50.1 275 Wednesday, October 11, 2023 Approved
JFrog CLI V2-jf 2.50.0 243 Thursday, October 5, 2023 Approved
JFrog CLI V2-jf 2.49.2 59 Thursday, October 5, 2023 Approved
JFrog CLI V2-jf 2.49.1 312 Wednesday, October 4, 2023 Approved
JFrog CLI V2-jf 2.49.0 783 Wednesday, October 4, 2023 Approved
JFrog CLI V2-jf 2.48.0 1210 Thursday, September 14, 2023 Approved
JFrog CLI V2-jf 2.47.0 143 Wednesday, September 13, 2023 Approved
JFrog CLI V2-jf 2.46.3 234 Monday, September 11, 2023 Approved
JFrog CLI V2-jf 2.46.2 1088 Friday, August 25, 2023 Approved
JFrog CLI V2-jf 2.46.1 112 Thursday, August 24, 2023 Approved
JFrog CLI V2-jf 2.46.0 137 Wednesday, August 23, 2023 Approved
JFrog CLI V2-jf 2.45.0 1109 Thursday, August 3, 2023 Approved
JFrog CLI V2-jf 2.44.1 239 Monday, July 31, 2023 Approved
JFrog CLI V2-jf 2.44.0 316 Sunday, July 23, 2023 Approved
JFrog CLI V2-jf 2.43.1 522 Wednesday, July 12, 2023 Approved
JFrog CLI V2-jf 2.42.1 432 Tuesday, July 4, 2023 Approved
JFrog CLI V2-jf 2.42.0 181 Thursday, June 29, 2023 Approved
JFrog CLI V2-jf 2.41.1 113 Wednesday, June 28, 2023 Approved
JFrog CLI V2-jf 2.41.0 96 Tuesday, June 27, 2023 Approved
JFrog CLI V2-jf 2.40.0 713 Saturday, June 10, 2023 Approved
JFrog CLI V2-jf 2.39.1 345 Sunday, June 4, 2023 Approved
JFrog CLI V2-jf 2.39.0 120 Thursday, June 1, 2023 Approved
JFrog CLI V2-jf 2.38.5 111 Wednesday, May 31, 2023 Approved
JFrog CLI V2-jf 2.38.4 71 Wednesday, May 31, 2023 Approved
JFrog CLI V2-jf 2.38.3 169 Sunday, May 28, 2023 Approved
JFrog CLI V2-jf 2.38.2 206 Wednesday, May 24, 2023 Approved
JFrog CLI V2-jf 2.38.1 116 Tuesday, May 23, 2023 Approved
JFrog CLI V2-jf 2.38.0 72 Tuesday, May 23, 2023 Approved
JFrog CLI V2-jf 2.37.3 342 Wednesday, May 17, 2023 Approved
JFrog CLI V2-jf 2.37.2 92 Wednesday, May 17, 2023 Approved
JFrog CLI V2-jf 2.37.1 363 Tuesday, May 9, 2023 Approved
JFrog CLI V2-jf 2.37.0 349 Wednesday, May 3, 2023 Approved
JFrog CLI V2-jf 2.36.1 800 Wednesday, April 5, 2023 Approved
JFrog CLI V2-jf 2.36.0 241 Thursday, March 30, 2023 Approved
JFrog CLI V2-jf 2.35.0 424 Thursday, March 16, 2023 Approved
JFrog CLI V2-jf 2.34.6 437 Thursday, March 2, 2023 Approved
JFrog CLI V2-jf 2.34.5 157 Monday, February 27, 2023 Approved
JFrog CLI V2-jf 2.34.4 72 Sunday, February 26, 2023 Approved
JFrog CLI V2-jf 2.34.3 191 Wednesday, February 22, 2023 Approved
JFrog CLI V2-jf 2.34.2 216 Thursday, February 16, 2023 Approved
JFrog CLI V2-jf 2.34.0 1335 Thursday, January 26, 2023 Approved
JFrog CLI V2-jf 2.33.0 428 Sunday, January 22, 2023 Approved
JFrog CLI V2-jf 2.32.0 796 Tuesday, January 3, 2023 Approved
JFrog CLI V2-jf 2.31.0 1271 Thursday, December 15, 2022 Approved
JFrog CLI V2-jf 2.30.0 569 Friday, November 25, 2022 Approved
JFrog CLI V2-jf 2.29.2 553 Tuesday, November 8, 2022 Approved
JFrog CLI V2-jf 2.29.0 186 Thursday, November 3, 2022 Approved
JFrog CLI V2-jf 2.28.2 255 Thursday, October 27, 2022 Approved
JFrog CLI V2-jf 2.28.1 197 Friday, October 21, 2022 Approved
JFrog CLI V2-jf 2.28.0 76 Wednesday, October 19, 2022 Approved
JFrog CLI V2-jf 2.27.1 573 Monday, October 3, 2022 Approved
JFrog CLI V2-jf 2.27.0 109 Sunday, October 2, 2022 Approved
JFrog CLI V2-jf 2.26.2 177 Tuesday, September 27, 2022 Approved
JFrog CLI V2-jf 2.26.1 300 Monday, September 19, 2022 Approved
JFrog CLI V2-jf 2.25.5 344 Tuesday, September 13, 2022 Approved
JFrog CLI V2-jf 2.25.4 115 Monday, September 12, 2022 Approved
JFrog CLI V2-jf 2.25.3 273 Monday, September 5, 2022 Approved
JFrog CLI V2-jf 2.25.2 234 Tuesday, August 30, 2022 Approved
JFrog CLI V2-jf 2.25.1 63 Tuesday, August 30, 2022 Approved
JFrog CLI V2-jf 2.25.0 324 Sunday, August 21, 2022 Approved
JFrog CLI V2-jf 2.24.3 161 Tuesday, August 16, 2022 Approved
JFrog CLI V2-jf 2.24.2 229 Tuesday, August 9, 2022 Approved
JFrog CLI V2-jf 2.24.1 85 Monday, August 8, 2022 Approved
JFrog CLI V2-jf 2.24.0 66 Monday, August 8, 2022 Approved
JFrog CLI V2-jf 2.22.0 350 Wednesday, July 27, 2022 Approved
JFrog CLI V2-jf 2.21.5 190 Monday, July 25, 2022 Approved
JFrog CLI V2-jf 2.21.4 687 Tuesday, July 19, 2022 Approved
JFrog CLI V2-jf 2.21.3 115 Sunday, July 17, 2022 Approved
JFrog CLI V2-jf 2.21.2 106 Thursday, July 14, 2022 Approved
JFrog CLI V2-jf 2.21.1 119 Wednesday, July 13, 2022 Approved
JFrog CLI V2-jf 2.21.0 202 Thursday, July 7, 2022 Approved
JFrog CLI V2-jf 2.20.0 214 Sunday, July 3, 2022 Approved
JFrog CLI V2-jf 2.18.2 1029 Monday, May 30, 2022 Approved
JFrog CLI V2-jf 2.18.0 101 Thursday, May 26, 2022 Approved
JFrog CLI V2-jf 2.17.0 155 Sunday, May 22, 2022 Approved
JFrog CLI V2-jf 2.16.4 286 Tuesday, May 10, 2022 Approved
JFrog CLI V2-jf 2.16.3 139 Sunday, May 8, 2022 Approved
JFrog CLI V2-jf 2.16.2 255 Thursday, April 28, 2022 Approved
JFrog CLI V2-jf 2.16.1 246 Thursday, April 21, 2022 Approved
JFrog CLI V2-jf 2.15.1 283 Tuesday, April 12, 2022 Approved
JFrog CLI V2-jf 2.15.0 349 Thursday, March 31, 2022 Approved
JFrog CLI V2-jf 2.14.2 151 Sunday, March 27, 2022 Approved
JFrog CLI V2-jf 2.14.0 196 Friday, March 18, 2022 Approved
JFrog CLI V2-jf 2.13.0 476 Thursday, February 24, 2022 Approved
JFrog CLI V2-jf 2.12.1 289 Tuesday, February 8, 2022 Approved
JFrog CLI V2-jf 2.12.0 115 Sunday, January 30, 2022 Approved
JFrog CLI V2-jf 2.11.1 91 Monday, January 24, 2022 Approved
JFrog CLI V2-jf 2.11.0 81 Thursday, January 13, 2022 Approved
JFrog CLI V2-jf 2.10.1 57 Tuesday, January 4, 2022 Approved
JFrog CLI V2-jf 2.10.0 85 Friday, December 31, 2021 Approved
JFrog CLI V2-jf 2.6.0 237 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