see

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

S.EE CLI

S.EE CLI

Use
see
to create short links, share text, and upload files. Trust the installed CLI help first; local
see-cli 1.2.0
uses
see shorturl ...
.
使用
see
命令创建短链接、分享文本和上传文件。优先参考已安装的CLI帮助文档;本地
see-cli 1.2.0
版本使用
see shorturl ...
语法。

Quick Checks

快速检查

bash
command -v see
see version
if [[ -n "$SEE_API_KEY" ]]; then echo "SEE_API_KEY=set"; else echo "SEE_API_KEY=missing"; fi
Check available domains:
bash
see domains --json
see text domains --json
see file domains --json
see tags --json
bash
command -v see
see version
if [[ -n "$SEE_API_KEY" ]]; then echo "SEE_API_KEY=set"; else echo "SEE_API_KEY=missing"; fi
查看可用域名:
bash
see domains --json
see text domains --json
see file domains --json
see tags --json

Common Commands

常用命令

bash
see shorturl create https://example.com --json
see shorturl update my-slug --target-url https://example.org --json
see shorturl delete my-slug --json

see text create --file ./notes.md --title "Notes" --json
printf '%s\n' 'hello' | see text create --title "Greeting" --json
see text delete my-slug --json

see file upload ./image.png --json
see file upload --file - --name image.png --json
see file history --json
see file download-url <file-id> --json
see file delete <delete-hash-or-key> --json
Use
--json
by default for agent/script work. Do not print API keys. Confirm before deleting unless the user gave the exact slug/hash/key.
For full flags, read references/cli-reference.md.
bash
see shorturl create https://example.com --json
see shorturl update my-slug --target-url https://example.org --json
see shorturl delete my-slug --json

see text create --file ./notes.md --title "Notes" --json
printf '%s\n' 'hello' | see text create --title "Greeting" --json
see text delete my-slug --json

see file upload ./image.png --json
see file upload --file - --name image.png --json
see file history --json
see file download-url <file-id> --json
see file delete <delete-hash-or-key> --json
在Agent/脚本工作中默认使用
--json
参数。请勿打印API密钥。除非用户提供了确切的slug/哈希值/密钥,否则删除前请确认。
如需完整参数说明,请阅读references/cli-reference.md