Agentuity云Redis连接显示工具Skill agentuity-cli-cloud-redis-show

这是一个用于Agentuity云平台的CLI工具技能,主要功能是安全地显示Redis数据库的连接URL。用户需要先完成身份验证和组织上下文设置,然后可以通过命令行快速获取Redis连接信息,支持在终端中隐藏或显示凭据,并能以JSON格式输出结果。关键词:Redis连接,云平台CLI,Agentuity工具,数据库URL,命令行工具,身份验证,JSON输出。

云原生架构 0 次安装 0 次浏览 更新于 2/28/2026

name: agentuity-cli-cloud-redis-show description: 显示Redis连接URL。需要身份验证。用于Agentuity云平台操作 version: “0.0.104” license: Apache-2.0 allowed-tools: “Bash(agentuity:*)” metadata: command: “agentuity cloud redis show” tags: “只读 快速 需要认证”

云Redis显示

显示Redis连接URL

前提条件

  • 已通过 agentuity auth login 完成身份验证
  • 需要组织上下文(--org-id 或默认组织)

使用方法

agentuity cloud redis show [选项]

选项

选项 类型 是否必需 默认值 描述
--showCredentials 布尔值 - 以明文显示凭据(默认:在终端中隐藏,在JSON中显示)

示例

显示Redis连接URL:

bunx @agentuity/cli cloud redis show

显示带有可见凭据的Redis URL:

bunx @agentuity/cli cloud redis show --show-credentials

以JSON格式显示Redis URL:

bunx @agentuity/cli --json cloud redis show

输出

返回JSON对象:

{
  "url": "string"
}
字段 类型 描述
url 字符串 Redis连接URL