see
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseS.EE CLI
S.EE CLI
Use to create short links, share text, and upload files. Trust the installed CLI help first; local uses .
seesee-cli 1.2.0see shorturl ...使用命令创建短链接、分享文本和上传文件。优先参考已安装的CLI帮助文档;本地版本使用语法。
seesee-cli 1.2.0see 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"; fiCheck available domains:
bash
see domains --json
see text domains --json
see file domains --json
see tags --jsonbash
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 --jsonCommon 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> --jsonUse by default for agent/script work. Do not print API keys. Confirm before deleting unless the user gave the exact slug/hash/key.
--jsonFor 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/脚本工作中默认使用参数。请勿打印API密钥。除非用户提供了确切的slug/哈希值/密钥,否则删除前请确认。
--json如需完整参数说明,请阅读references/cli-reference.md。