1mb-cli 中文文档教程

发布于 5年前 浏览 17 项目主页 更新于 3年前

1mb-cli

1mb-cli 是一个 NPM 包,可让您通过终端快速轻松地将内容部署到静态站点。 它旨在帮助改进和扩展 1mbsite。 它不仅可以部署内容,而且会自动缩小所有资源以节省存储空间。

Install

您可以使用以下命令安装 1mb-cli:

npm install --global 1mb-cli

或者您可以从 Releases 页面下载最新的 tarball。

Usage

Cd 进入您的网站目录并运行 1mb-cli deploy。 它会提示您输入帐户用户名和 api 密钥,并询问您是否要缓存它们。

Upgrade Guide

如果您运行的 1mb-cli 版本早于 2.0.0,您可以使用以下命令进行升级:

npm install --global 1mb-cli

如果您使用的是 2.0.0 或更高版本,您只需使用 1mb-cli update

进行升级 注意:如果您使用的是 tarball,则升级命令将不起作用。

Optional Flags

FlagDescription
--vuejsAuto build and deploy a React application. Note: you must be in the root directory of your application
--reactjsAuto build and deploy a React application. Note: you must be in the root directory of your application
--minifyMinify all HTML/CSS/JS files. Note: This flag is useless if the --vuejs or --reactjs flags are used with it
--clearcredsClear saved credentials and reauthenticate
--clear-filesClear all site resources currently on 1MB before deploying. Note: this param doesn't do anything when mixe with --vuejs or --reactjs because those params delete all resources.

1mb-cli

1mb-cli is an NPM package that allows you to quickly and easily deploy content to static sites via your terminal. It was built to help improve and expand 1mbsite. Not only can it deploy content but it will auto minify all resources to save storage.

Install

You can install 1mb-cli with the following command:

npm install --global 1mb-cli

Or you can download the latest tarball from the Releases page.

Usage

Cd into your websites directory and run 1mb-cli deploy. It will prompt you for your account username and api key and ask you if you'd like to cache them.

Upgrade Guide

If you're running a version of 1mb-cli older than 2.0.0 you can use the following command to upgrade:

npm install --global 1mb-cli

If you're using 2.0.0 or newer you can simply upgrade with 1mb-cli update

Note: The upgrade command will not work if you are using a tarball.

Optional Flags

FlagDescription
--vuejsAuto build and deploy a React application. Note: you must be in the root directory of your application
--reactjsAuto build and deploy a React application. Note: you must be in the root directory of your application
--minifyMinify all HTML/CSS/JS files. Note: This flag is useless if the --vuejs or --reactjs flags are used with it
--clearcredsClear saved credentials and reauthenticate
--clear-filesClear all site resources currently on 1MB before deploying. Note: this param doesn't do anything when mixe with --vuejs or --reactjs because those params delete all resources.
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文