Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TencentCloudBase/cloudbase-cli
The cli tool for cloudbase
https://github.com/TencentCloudBase/cloudbase-cli
cli cloudbase serverless tencent
Last synced: about 1 month ago
JSON representation
The cli tool for cloudbase
- Host: GitHub
- URL: https://github.com/TencentCloudBase/cloudbase-cli
- Owner: TencentCloudBase
- License: isc
- Created: 2019-01-29T10:02:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T02:28:52.000Z (7 months ago)
- Last Synced: 2024-05-23T08:20:28.355Z (7 months ago)
- Topics: cli, cloudbase, serverless, tencent
- Language: TypeScript
- Homepage:
- Size: 3.21 MB
- Stars: 46
- Watchers: 6
- Forks: 12
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# CloudBase 命令行工具 ![npm (tag)](https://img.shields.io/npm/v/@cloudbase/cli)
CloudBase CLI 是一个开源的命令行界面交互工具,用于帮助用户快速、方便的部署项目,管理云开发资源。
## 安装 CloudBase CLI
### npm
```shell
npm install -g @cloudbase/cli
```### yarn
```shell
yarn global add @cloudbase/cli
```安装完成后,你可以使用 `cloudbase -v` 验证是否安装成功,如果输出了类似下面的版本号,则表明 CloudBase CLI 被成功安装到您的计算机中。
```text
0.6.0
```## CloudBase CLI 运行要求
**Node.js 8.6.0+**
## 文档
请访问[教程与文档](https://docs.cloudbase.net/cli/intro.html)了解详细的使用方法。
## 意见反馈
您可以到 GitHub Repo 新建一个 [issue](https://github.com/TencentCloudBase/cloudbase-cli/issues) 反馈您在使用过程中遇到的问题或建议。