# cli **Repository Path**: mirrors_leecade/cli ## Basic Information - **Project Name**: cli - **Description**: Staticfile command line utility - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 介绍 [staticfile.org](http://staticfile.org)命令行工具 # 安装 ``` npm install -g sfile ``` # 使用 ## 搜索 搜索关键字 ``` sfile search [library] Options: -s, --ssl Output HTTPS link -h, --html Output HTML -n, --no-link Do not show the link for latest version ``` ## 获取链接 获取一个库的所有文件链接 ``` sfile get [library] Options: -s, --ssl Output HTTPS link -h, --html Output HTML -v, --version Use given version -c, --copy Copy to your system clipboard ``` ## 查看版本 ``` sfile --version ```