Downloads:
76
Downloads of v 0.1.0-rc3:
10
Last Update:
15 Jul 2025
Package Maintainer(s):
Software Author(s):
- Shunsuke Suzuki
Tags:
Aqua
This is a prerelease version of Aqua.
- 1
- 2
- 3
0.1.0-rc3 | Updated: 15 Jul 2025
Downloads:
76
Downloads of v 0.1.0-rc3:
10
Maintainer(s):
Software Author(s):
- Shunsuke Suzuki
Aqua 0.1.0-rc3
This is a prerelease version of Aqua.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Shunsuke Suzuki. The inclusion of Shunsuke Suzuki trademark(s), if any, upon this webpage is solely to identify Shunsuke Suzuki 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 Aqua, run the following command from the command line or from PowerShell:
To upgrade Aqua, run the following command from the command line or from PowerShell:
To uninstall Aqua, 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 aqua --internalize --version=0.1.0-rc3 --pre --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 aqua -y --source="'INTERNAL REPO URL'" --version="'0.1.0-rc3'" --prerelease [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 aqua -y --source="'INTERNAL REPO URL'" --version="'0.1.0-rc3'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install aqua
win_chocolatey:
name: aqua
version: '0.1.0-rc3'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'aqua' do
action :install
source 'INTERNAL REPO URL'
version '0.1.0-rc3'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller aqua
{
Name = "aqua"
Version = "0.1.0-rc3"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'aqua':
ensure => '0.1.0-rc3',
install_options => ['--prerelease'],
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.
This package is exempt from moderation. While it is likely safe for you, there is more risk involved.
| Document | Contributing | Logo | Scorecard
Declarative CLI Version Manager written in Go.
- Switch tool versions per project
- Unify tool versions and how to install in your teams and CI
- Continuous update by Renovate
- Lazy Install
- Ecosystem by Registry
- Secure
- Easy to use
From: https://github.com/aquaproj/aqua/blob/v0.1.0-3/LICENSE
LICENSE
MIT License
Copyright (c) 2021 Shunsuke Suzuki
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to https://github.com/aquaproj/aqua/releases/tag/v0.1.0-3, and download from there.
x86 (64-bit): https://github.com/aquaproj/aqua/releases/download/v0.1.0-3/aqua_windows_amd64.tar.gz
ARM (64-bit): https://github.com/aquaproj/aqua/releases/download/v0.1.0-3/aqua_windows_arm.tar.gz
to download the archives. You may wish to extract and rename one of the files.
2. You can use one of the following methods to obtain the SHA512 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
x86 (64-bit): e588fd1522cc4c81e3f15edf3480ad0dc7976ed0b332ab13717ef9621a93f81dae25c56cbc7bc93d05a3615de2dfffc38ecf91b5284767a244f1dfb9f6d1974a
ARM (64-bit): 183cb3f4e64ca7c6ca0b489afa076f1847e52aab0c3e485001c6d47d192ba04f02236704c1a4a72d454eb77603e59ed50f2d9f99176010a370d25473cf8f8a7f
File 'LICENSE.txt' obtained from:
https://github.com/aquaproj/aqua/blob/v0.1.0-3/LICENSE
md5: 26C85B10E68DE96CDCF939D4FE3C1565 | sha1: 87BA90068456054477DE598FAF5EA3306E8CE186 | sha256: B7878370399DD5BD38B88DDB4BA7CDC5CD40C51ED2C8AD7CDFBD1A13647A7845 | sha512: 183CB3F4E64CA7C6CA0B489AFA076F1847E52AAB0C3E485001C6D47D192BA04F02236704C1A4A72D454EB77603E59ED50F2D9F99176010A370D25473CF8F8A7F
md5: 1A90AF54E4230E2E4E10653CA4E028E1 | sha1: 2CB56A1A1B27E9EBA46F1E092D586C41F1D60375 | sha256: 66F6AAB45F65C13D292114F70DF43FFCC88881761657F4A6607154F9B173E861 | sha512: E588FD1522CC4C81E3F15EDF3480AD0DC7976ED0B332AB13717EF9621A93F81DAE25C56CBC7BC93D05A3615DE2DFFFC38ECF91B5284767A244F1DFB9F6D1974A
Log in or click on link to see number of positives.
- aqua.0.1.0-rc3.nupkg (9ffa7bc139f4) - ## / 69
- aqua.exe (b7878370399d) - ## / 66
- aqua.exe (66f6aab45f65) - ## / 72
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 |
---|---|---|---|---|
Aqua 0.1.0-rc7 | 6 | Saturday, July 19, 2025 | Exempted | |
Aqua 0.1.0-rc6 | 8 | Friday, July 18, 2025 | Exempted | |
Aqua 0.1.0-rc5 | 8 | Thursday, July 17, 2025 | Exempted | |
Aqua 0.1.0-rc4 | 9 | Thursday, July 17, 2025 | Exempted | |
Aqua 0.1.0-rc3 | 10 | Tuesday, July 15, 2025 | Exempted | |
Aqua 0.1.0-rc2 | 12 | Sunday, July 13, 2025 | Exempted | |
Aqua 0.1.0-rc1 | 10 | Saturday, July 12, 2025 | Exempted | |
Aqua 0.1.0-rc0 | 13 | Saturday, July 12, 2025 | Exempted |
Copyright © 2021 - 2025, Shunsuke Suzuki
Changelog
91ccad4 Merge pull request #43 from suzuki-shunsuke/fix/rename-add-to-install
1de331f fix: rename add command to install
82c8c7e Merge pull request #41 from suzuki-shunsuke/feat/parallel-install
2b430e3 fix: fix lint errors
d335d11 feat: support configuring max parallelism via the environment variable
1b87e69 feat: limit the maximum number of parallel install
9ffb4c1 feat: install packages in parallel
e4e06b7 Merge pull request #38 from suzuki-shunsuke/feat/parse-config-strictly
8b62b2a feat: parse configuration file in the strict mode
dcf1117 Merge pull request #36 from suzuki-shunsuke/feat/support-file-src-template
b891c93 feat: support using template in File.Src
84ce254 Merge pull request #35 from suzuki-shunsuke/feat/use-file-name-when-file-src-is-empty
88600ec feat: use File.Name if File.Src is empty
7cdb020 Merge pull request #33 from suzuki-shunsuke/feat/create-link-before-installing
4e2aee2 feat: create symbolic links before installing
d9beacb Merge pull request #32 from suzuki-shunsuke/fix/validate-github-token
c874db4 fix: check GITHUB_TOKEN in case of github_release
44655f9 Merge pull request #31 from suzuki-shunsuke/fix/fix-exec-command-find
165773e fix: fix exec command finding
729c221 Merge pull request #29 from suzuki-shunsuke/fix/fix-exec-path
1452c4b fix: fix executable command path
c64d381 Merge pull request #28 from suzuki-shunsuke/fix/validate
1dd88bb fix: add dive
6e9036e fix: validate config
aeab117 Merge pull request #27 from suzuki-shunsuke/docs/add-tutorial
493bf8b docs: add tutorial
This package has no dependencies.
Ground Rules:
- This discussion is only about Aqua and the Aqua 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 Aqua, 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.