Downloads:
58,465
Downloads of v 1.6.9:
1,355
Last Update:
25 Sep 2024
Package Maintainer(s):
Software Author(s):
- Thoughtworks
Tags:
gauge test automationGauge
This is not the latest version of Gauge available.
- 1
- 2
- 3
1.6.9 | Updated: 25 Sep 2024
Downloads:
58,465
Downloads of v 1.6.9:
1,355
Maintainer(s):
Software Author(s):
- Thoughtworks
Gauge 1.6.9
This is not the latest version of Gauge available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Thoughtworks. The inclusion of Thoughtworks trademark(s), if any, upon this webpage is solely to identify Thoughtworks goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Gauge, run the following command from the command line or from PowerShell:
To upgrade Gauge, run the following command from the command line or from PowerShell:
To uninstall Gauge, run the following command from the command line or from PowerShell:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download gauge --internalize --version=1.6.9 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade gauge -y --source="'INTERNAL REPO URL'" --version="'1.6.9'" [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 gauge -y --source="'INTERNAL REPO URL'" --version="'1.6.9'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install gauge
win_chocolatey:
name: gauge
version: '1.6.9'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'gauge' do
action :install
source 'INTERNAL REPO URL'
version '1.6.9'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller gauge
{
Name = "gauge"
Version = "1.6.9"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'gauge':
ensure => '1.6.9',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 25 Sep 2024.
You can use this package to install Gauge on Windows
Remove-Item -Recurse -Force "$env:PROGRAMFILES\gauge"
Log in or click on link to see number of positives.
- gauge.1.6.9.nupkg (998bda362658) - ## / 67
- gauge-1.6.9-windows.x86_64.zip (a8d4830499c2) - ## / 66
- gauge-1.6.9-windows.x86.zip (10bd923fc422) - ## / 67
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 |
---|---|---|---|---|
Gauge 1.6.10 | 2047 | Tuesday, October 29, 2024 | Approved | |
Gauge 1.6.9 | 1355 | Wednesday, September 25, 2024 | Approved | |
Gauge 1.6.8 | 1449 | Wednesday, August 14, 2024 | Approved | |
Gauge 1.6.7 | 2872 | Tuesday, May 7, 2024 | Approved | |
Gauge 1.6.6 | 852 | Monday, April 8, 2024 | Approved | |
Gauge 1.6.5 | 122 | Tuesday, April 2, 2024 | Approved | |
Gauge 1.6.4 | 149 | Monday, March 11, 2024 | Approved | |
Gauge 1.6.3 | 99 | Tuesday, February 27, 2024 | Approved | |
Gauge 1.6.2 | 53 | Monday, February 19, 2024 | Approved | |
Gauge 1.5.6 | 309 | Friday, October 27, 2023 | Approved | |
Gauge 1.5.4 | 499 | Thursday, August 3, 2023 | Approved | |
Gauge 1.5.3 | 76 | Friday, July 28, 2023 | Approved | |
Gauge 1.5.2 | 113 | Thursday, July 20, 2023 | Approved | |
Gauge 1.5.1 | 584 | Friday, June 23, 2023 | Approved | |
Gauge 1.5.0 | 74 | Thursday, June 22, 2023 | Approved | |
Gauge 1.4.3 | 15901 | Saturday, January 22, 2022 | Approved | |
Gauge 1.4.2 | 480 | Sunday, October 17, 2021 | Approved | |
Gauge 1.4.1 | 463 | Friday, August 20, 2021 | Approved | |
Gauge 1.4.0 | 213 | Wednesday, July 28, 2021 | Approved | |
Gauge 1.3.3 | 190 | Thursday, July 15, 2021 | Approved | |
Gauge 1.3.2 | 143 | Sunday, July 11, 2021 | Approved | |
Gauge 1.3.0 | 143 | Tuesday, July 6, 2021 | Approved | |
Gauge 1.2.1 | 319 | Wednesday, May 26, 2021 | Approved | |
Gauge 1.2.0 | 120 | Tuesday, May 25, 2021 | Approved | |
Gauge 1.1.8 | 373 | Thursday, April 1, 2021 | Approved | |
Gauge 1.1.7 | 648 | Wednesday, January 13, 2021 | Approved | |
Gauge 1.1.6 | 345 | Monday, December 7, 2020 | Approved | |
Gauge 1.1.1 | 981 | Thursday, June 4, 2020 | Approved | |
Gauge 1.1.0 | 225 | Monday, June 1, 2020 | Approved | |
Gauge 1.0.8 | 827 | Thursday, March 19, 2020 | Approved | |
Gauge 1.0.7 | 538 | Monday, February 17, 2020 | Approved | |
Gauge 1.0.6 | 2023 | Monday, August 26, 2019 | Approved | |
Gauge 1.0.5 | 5862 | Thursday, April 25, 2019 | Approved | |
Gauge 1.0.4 | 1193 | Friday, January 25, 2019 | Approved | |
Gauge 1.0.3 | 856 | Monday, October 22, 2018 | Approved | |
Gauge 1.0.2 | 522 | Thursday, September 20, 2018 | Approved | |
Gauge 1.0.0 | 1085 | Monday, June 18, 2018 | Approved | |
Gauge 0.9.9 | 633 | Tuesday, May 15, 2018 | Approved | |
Gauge 0.9.8 | 492 | Thursday, May 3, 2018 | Approved | |
Gauge 0.9.7 | 744 | Tuesday, January 9, 2018 | Approved | |
Gauge 0.9.6 | 422 | Monday, December 18, 2017 | Approved | |
Gauge 0.9.5 | 457 | Friday, November 24, 2017 | Approved | |
Gauge 0.9.4 | 395 | Wednesday, October 25, 2017 | Approved | |
Gauge 0.9.3 | 468 | Tuesday, September 26, 2017 | Approved | |
Gauge 0.9.2 | 425 | Friday, September 8, 2017 | Approved | |
Gauge 0.9.1 | 436 | Monday, August 7, 2017 | Approved | |
Gauge 0.9.0 | 450 | Friday, July 21, 2017 | Approved | |
Gauge 0.8.4 | 480 | Sunday, May 14, 2017 | Approved | |
Gauge 0.8.3 | 482 | Friday, March 31, 2017 | Approved | |
Gauge 0.8.2 | 400 | Thursday, March 23, 2017 | Approved | |
Gauge 0.8.1 | 430 | Wednesday, March 1, 2017 | Approved | |
Gauge 0.8.0 | 410 | Monday, February 20, 2017 | Approved | |
Gauge 0.7.0 | 522 | Thursday, December 15, 2016 | Approved | |
Gauge 0.6.2 | 454 | Wednesday, October 5, 2016 | Approved | |
Gauge 0.6.1 | 535 | Thursday, July 28, 2016 | Approved | |
Gauge 0.6.0 | 373 | Wednesday, July 20, 2016 | Approved | |
Gauge 0.5.0 | 445 | Tuesday, June 14, 2016 | Approved | |
Gauge 0.4.0 | 482 | Friday, April 1, 2016 | Approved | |
Gauge 0.3.2 | 474 | Thursday, February 11, 2016 | Approved | |
Gauge 0.3.1 | 430 | Thursday, January 21, 2016 | Approved | |
Gauge 0.3.0 | 444 | Friday, January 15, 2016 | Approved | |
Gauge 0.2.1 | 391 | Monday, December 14, 2015 | Approved | |
Gauge 0.2.0 | 439 | Tuesday, October 13, 2015 | Approved | |
Gauge 0.1.8 | 446 | Sunday, September 20, 2015 | Approved | |
Gauge 0.1.7 | 417 | Friday, August 28, 2015 | Approved | |
Gauge 0.1.6 | 427 | Thursday, July 16, 2015 | Approved | |
Gauge 0.1.5 | 444 | Friday, July 10, 2015 | Approved |
Copyright 2024 Thoughtworks, Inc.
This package has no dependencies.
Ground Rules:
- This discussion is only about Gauge and the Gauge 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 Gauge, 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.