Downloads:
77
Downloads of v 0.1.0-rc7:
7
Last Update:
19 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-rc7 | Updated: 19 Jul 2025
Downloads:
77
Downloads of v 0.1.0-rc7:
7
Maintainer(s):
Software Author(s):
- Shunsuke Suzuki
Aqua 0.1.0-rc7
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 --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'" --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'" --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-rc7'
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-rc7'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller aqua
{
Name = "aqua"
Version = "0.1.0-rc7"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'aqua':
ensure => '0.1.0-rc7',
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-7/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-7, and download from there.
x86 (64-bit): https://github.com/aquaproj/aqua/releases/download/v0.1.0-7/aqua_windows_amd64.tar.gz
ARM (64-bit): https://github.com/aquaproj/aqua/releases/download/v0.1.0-7/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): 8300cd52262444726bfcd7ab63df720ec470c922f9aedbcb9a525d5d585c0af4f88d6622cd9a50e8a957c0ce9f9bbe603a7a332dc614bb9cc0745559866e0630
ARM (64-bit): d82ca550190f160bb9482f9042140f5c9da4c4a32ecc93cc688bdfc815a5ae8f16f439d7a2615836d3ab65540dc48da86d460823c899c69e6a93e380ee7ef328
File 'LICENSE.txt' obtained from:
https://github.com/aquaproj/aqua/blob/v0.1.0-7/LICENSE
md5: 081C5C061C56D397D70BC2A0DE1061A2 | sha1: DA698F423E1260C82BAE9392B1255C5226BD3D1E | sha256: C7152E113938BBC00A1505796B11228DB8793866592F7F4282D170BB0CE08704 | sha512: D82CA550190F160BB9482F9042140F5C9DA4C4A32ECC93CC688BDFC815A5AE8F16F439D7A2615836D3AB65540DC48DA86D460823C899C69E6A93E380EE7EF328
md5: B58FC4072A604527302D2D06EDEBA568 | sha1: A3EEF08E4AFE3166B2EDBEB07D3C66F5A5D5F029 | sha256: AF434EDCF8924EF68513EC9E408AF73768C4DEF66059944D8E581F70A4C9D5B4 | sha512: 8300CD52262444726BFCD7AB63DF720EC470C922F9AEDBCB9A525D5D585C0AF4F88D6622CD9A50E8A957C0CE9F9BBE603A7A332DC614BB9CC0745559866E0630
Log in or click on link to see number of positives.
- aqua.0.1.0-rc7.nupkg (5f5631a04446) - ## / 68
- aqua.exe (c7152e113938) - ## / 70
- aqua.exe (af434edcf892) - ## / 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 | 7 | 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
997a59a Merge pull request #86 from suzuki-shunsuke/docs/template-variables
a3ac8ba docs: describe template variables
16ba1a3 Merge pull request #84 from suzuki-shunsuke/renovate-config-validator
a25f456 ci: test renovate config
667f7c9 Merge pull request #83 from suzuki-shunsuke/ci/add-test-release
e64d5f9 ci: add test-release
937da58 Merge pull request #82 from suzuki-shunsuke/refactor/add-render-method
2e04709 refactor: add render methods
95888ea Merge pull request #79 from suzuki-shunsuke/renovate/alpine-3.x
48306c8 Merge pull request #80 from suzuki-shunsuke/refactor/define-error-vars
3751d5e refactor: define error variables
728d27d chore(deps): update alpine docker tag to v3.14.2
2216f45 Merge pull request #78 from suzuki-shunsuke/feat/check-file-src-after-install
d225869 fix: fix lint errors
24b3dc5 ci: fix warning
fb7a3a6 refactor: refactor warnFileSrc
13e6c49 feat: check file.src after the package is installed
3c19eed Merge pull request #76 from suzuki-shunsuke/fix/fix-error-handling
0db8a00 fix: fix the error handling
e56a4ae Merge pull request #75 from suzuki-shunsuke/feat/remove-bin_dir
1c29df1 feat: remove the configuration bin_dir
d04c3bc Merge pull request #70 from suzuki-shunsuke/fix/add-error-log
862fd8a feat: output the detail error log about the detection of unarciver and decompressor
14c6d6a Merge pull request #67 from suzuki-shunsuke/docs/add-link-to-example
7fca3e2 docs: add links to example
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.