byreal-cli
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseByreal LP Management
Byreal LP管理
Get Full Documentation
获取完整文档
Always run these commands first to get complete, up-to-date documentation:
bash
undefined请始终优先运行以下命令获取完整的最新文档:
bash
undefinedComplete documentation (commands, parameters, workflows, constraints)
完整文档(命令、参数、工作流、约束条件)
byreal-cli skill
byreal-cli skill
Structured capability discovery (all capabilities with params)
结构化能力查询(所有能力及对应参数)
byreal-cli catalog list
byreal-cli catalog list
Detailed parameter info for a specific capability
特定能力的详细参数信息
byreal-cli catalog show <capability-id>
undefinedbyreal-cli catalog show <capability-id>
undefinedInstallation
安装
bash
undefinedbash
undefinedCheck if already installed
检查是否已安装
which byreal-cli && byreal-cli --version
which byreal-cli && byreal-cli --version
Install (one-time)
安装(仅需执行一次)
undefinedundefinedCheck for Updates
检查更新
bash
byreal-cli update checkIf an update is available:
bash
byreal-cli update installbash
byreal-cli update check如果有可用更新:
bash
byreal-cli update installHard Constraints
硬约束
- only for parsing — when showing results to the user, omit it and let the CLI's built-in tables/charts render directly. Never fetch JSON then re-draw charts yourself.
-o json - Never truncate on-chain data — always display the FULL string for: transaction signatures (txid), mint addresses, pool addresses, NFT addresses, wallet addresses. Never use abbreviation.
xxx...yyy - Never display private keys - use keypair paths only
- Preview first with , then
--dry-run--confirm - Large amounts (>$1000) require explicit confirmation
- High slippage (>200 bps) must warn user
- Check wallet before write ops — run before any wallet-required command
wallet address
- 仅用于数据解析 — 向用户展示结果时请勿添加该参数,直接使用CLI内置的表格/图表渲染输出。切勿获取JSON后自行重绘图表。
-o json - 切勿截断链上数据 — 以下内容必须展示完整字符串:交易签名(txid)、代币发行地址、资金池地址、NFT地址、钱包地址。切勿使用形式的缩写。
xxx...yyy - 切勿展示私钥 - 仅使用密钥对文件路径
- 先预览再执行:先用预览操作,再使用
--dry-run确认执行--confirm - **大额操作(金额>1000美元)**需要用户明确确认
- **高滑点(>200 bps)**必须向用户发出警告
- 写操作前先检查钱包 — 执行任何需要钱包权限的命令前先运行完成校验
wallet address