Skip to content

Conversation

NikitaCOEUR
Copy link
Contributor

@NikitaCOEUR NikitaCOEUR commented May 20, 2025

IBM-Cloud/redli: Redli - A humane alternative to the Redis-cli and TLS

$ aqua g -i IBM-Cloud/redli

Check List

How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

$ root@6f479981193a:/workspace# redli --help
usage: redli_linux_amd64 [<flags>] [<commands>...]

Flags:
      --help                   Show context-sensitive help (also try --help-long and --help-man).
      --debug                  Enable debug mode.
      --long                   Enable long prompt with host/port
  -u, --uri=URI                URI to connect to
  -h, --host="127.0.0.1"       Host to connect to
  -p, --port=6379              Port to connect to
  -r, --redisuser=""           Username to use when connecting. Supported since Redis 6.
  -a, --auth=AUTH              Password to use when connecting
  -n, --ndb=0                  Redis database to access
      --tls                    Enable TLS/SSL
  -s, --servername=SERVERNAME  ServerName is used to verify the hostname on the returned certificates unless skipverify is set.
      --skipverify             Don't validate certificates
      --certfile=CERTFILE      Self-signed certificate file for validation
      --certb64=CERTB64        Self-signed certificate string as base64 for validation
      --raw                    Produce raw output
      --eval=EVAL              Evaluate a Lua script file, follow with keys a , and args
      --version                Show application version.

Args:
  [<commands>]  Redis commands and values

If files such as configuration file are needed, please share them.

Warning

Tests on Windows containers (created with cmdx con windows arm64 and amd64) are not working. I'm not sure if this is expected behavior or not

cmdx con windows amd64
+ bash scripts/connect.sh
[INFO] Connecting to the container aqua-registry-windows (windows/amd64)

root@5b1198b36e4f:/workspace# redli   
bash: redli: command not found

root@5b1198b36e4f:/workspace# aqua which redli
/root/.local/share/aquaproj-aqua/pkgs/github_release/github.com/IBM-Cloud/redli/v0.10.0/redli_0.10.0_windows_amd64.tar.gz/redli.exe

root@5b1198b36e4f:/workspace# /root/.local/share/aquaproj-aqua/pkgs/github_release/github.com/IBM-Cloud/redli/v0.10.0/redli_0.10.0_windows_amd64.tar.gz/redli.exe
bash: /root/.local/share/aquaproj-aqua/pkgs/github_release/github.com/IBM-Cloud/redli/v0.10.0/>redli_0.10.0_windows_amd64.tar.gz/redli.exe: cannot execute: required file not found

@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label May 21, 2025
@suzuki-shunsuke
Copy link
Member

Tests on Windows containers (created with cmdx con windows arm64 and amd64) are not working. I'm not sure if this is expected behavior or not

This is expected.
cmdx tasks use Linux containers.
We can't execute executable files for Windows.

@suzuki-shunsuke
Copy link
Member

Thank you for your contribution!

Comment on lines 33 to 34
- name: redli.exe
src: redli.exe
Copy link
Member

@suzuki-shunsuke suzuki-shunsuke May 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- name: redli.exe
src: redli.exe
- name: redli

dc072e3

- goos: windows
goarch: arm64
files:
- name: redli.exe
Copy link
Member

@suzuki-shunsuke suzuki-shunsuke May 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- name: redli.exe
- name: redli

dc072e3

@suzuki-shunsuke
Copy link
Member

suzuki-shunsuke commented May 21, 2025

If you use a Windows machine and want to try to run this tool, please see:
https://aquaproj.github.io/docs/products/aqua-registry/contributing/#how-to-execute-a-package-in-your-machine-during-development

@suzuki-shunsuke suzuki-shunsuke added this to the v4.369.0 milestone May 21, 2025
@suzuki-shunsuke suzuki-shunsuke merged commit 1c099ac into aquaproj:main May 21, 2025
19 checks passed
@github-project-automation github-project-automation bot moved this to Done in main May 21, 2025
@suzuki-shunsuke
Copy link
Member

🎉 https://github.com/aquaproj/aqua-registry/releases/tag/v4.369.0

tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request May 23, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [aquaproj/aqua-registry](https://github.com/aquaproj/aqua-registry) | minor | `v4.368.0` -> `v4.371.0` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>aquaproj/aqua-registry (aquaproj/aqua-registry)</summary>

### [`v4.371.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.371.0)

[Compare Source](aquaproj/aqua-registry@v4.370.0...v4.371.0)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.371.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.371.0) | aquaproj/aqua-registry@v4.370.0...v4.371.0

#### 🎉 New Packages

[#&#8203;36801](aquaproj/aqua-registry#36801) [dimonomid/nerdlog](https://github.com/dimonomid/nerdlog): Nerdlog: fast, remote-first, multi-host TUI log viewer with timeline histogram and no central server [@&#8203;NikitaCOEUR](https://github.com/NikitaCOEUR)
[#&#8203;36771](aquaproj/aqua-registry#36771) [coreos/butane](https://github.com/coreos/butane) - Butane translates human-readable Butane Configs into machine-readable Ignition Configs [@&#8203;dronenb](https://github.com/dronenb)
[#&#8203;36767](aquaproj/aqua-registry#36767) [ubicloud/cli](https://github.com/ubicloud/cli) - Command line program for interacting with Ubicloud [@&#8203;shikharbhardwaj](https://github.com/shikharbhardwaj)
[#&#8203;36766](aquaproj/aqua-registry#36766) [VictoriaMetrics/VictoriaMetrics/victoria-metrics](https://github.com/VictoriaMetrics/VictoriaMetrics) [@&#8203;shikharbhardwaj](https://github.com/shikharbhardwaj)
[#&#8203;36754](aquaproj/aqua-registry#36754) [thanos-io/thanos](https://github.com/thanos-io/thanos) - Highly available Prometheus setup with long term storage capabilities. A CNCF Incubating project [@&#8203;dronenb](https://github.com/dronenb)

#### Security

[#&#8203;33992](aquaproj/aqua-registry#33992) cert-manager/cmctl: Configure Cosign

#### Fixes

[#&#8203;36770](aquaproj/aqua-registry#36770) weaviate/weaviate: Windows builds were removed

weaviate/weaviate#8123

### [`v4.370.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.370.0)

[Compare Source](aquaproj/aqua-registry@v4.369.0...v4.370.0)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.370.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.370.0) | aquaproj/aqua-registry@v4.369.0...v4.370.0

#### 🎉 New Packages

[#&#8203;36706](aquaproj/aqua-registry#36706) [pkolaczk/fclones](https://github.com/pkolaczk/fclones) - Efficient Duplicate File Finder [@&#8203;hosaka](https://github.com/hosaka)
[#&#8203;36740](aquaproj/aqua-registry#36740) [terratags/terratags](https://github.com/terratags/terratags): Required tags validation on terraform resources
[#&#8203;36742](aquaproj/aqua-registry#36742) [awslabs/eks-auto-mode-ebs-migration-tool](https://github.com/awslabs/eks-auto-mode-ebs-migration-tool)

#### Fixes

[#&#8203;36744](aquaproj/aqua-registry#36744) Re-scaffold duckdb/duckdb
[#&#8203;36745](aquaproj/aqua-registry#36745) Fix Zxilly/go-size-analyzer

### [`v4.369.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.369.0)

[Compare Source](aquaproj/aqua-registry@v4.368.0...v4.369.0)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.369.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.369.0) | aquaproj/aqua-registry@v4.368.0...v4.369.0

#### 🎉 New Packages

[#&#8203;36692](aquaproj/aqua-registry#36692) [microsoft/edit](https://github.com/microsoft/edit) - We all edit [@&#8203;garysassano](https://github.com/garysassano)
[#&#8203;36685](aquaproj/aqua-registry#36685) [IBM-Cloud/redli](https://github.com/IBM-Cloud/redli): Redli - A humane alternative to the Redis-cli and TLS [@&#8203;NikitaCOEUR](https://github.com/NikitaCOEUR)
[#&#8203;36634](aquaproj/aqua-registry#36634) [carapace-sh/carapace-bin](https://github.com/carapace-sh/carapace-bin): A multi-shell completion binary

#### Rename

[#&#8203;36617](aquaproj/aqua-registry#36617) common-fate/granted: Rename the package to fwdcloudsec/granted

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xOC4zIiwidXBkYXRlZEluVmVyIjoiNDAuMjMuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants