@ackee/be-cli 中文文档教程
@ackee/be-cli
用于后端开发的 Ackee 脚本。
Usage
- Installation
npm install -g @ackee/be-cli
- Verify the version:
ackee-be --version
- Develop ????????
Commands
Usage: ackee-be [options] [command]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
docs Generate API documentation
proxie Proxy to a GCP Service
help [cmd] display help for [cmd]
Docs
从 .apib 文档生成一个 .html 到指定的文件夹。
Usage: ackee-be docs [options]
Options:
-i, --input [value] Apib source files (default: [])
-o, --output [value] Output folder (default: "./docs-output")
--tempDir [value] Temp directory (default: Local temp dir)
-h, --help output usage information
目前仅支持单个输入 - 第一个,尽管可以向 CLI 提供多个输入。
Proxie
一个交互式命令,可让您轻松浏览并连接到 GCP CloudSQL/虚拟机/Pod。 要求您有可用的kubectl
、gcloud
和cloud_sql_proxy
。
要进行调试,请将环境变量 DEBUG
设置为包含 bescripts
。
@ackee/be-cli
Ackee scripts for backend development.
Usage
- Installation
npm install -g @ackee/be-cli
- Verify the version:
ackee-be --version
- Develop ????????
Commands
Usage: ackee-be [options] [command]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
docs Generate API documentation
proxie Proxy to a GCP Service
help [cmd] display help for [cmd]
Docs
Generates a .html from a .apib docs to the specified folder.
Usage: ackee-be docs [options]
Options:
-i, --input [value] Apib source files (default: [])
-o, --output [value] Output folder (default: "./docs-output")
--tempDir [value] Temp directory (default: Local temp dir)
-h, --help output usage information
Currently supports only a single input - the first one, although multiple can be supplied to the CLI.
Proxie
An interactive command that lets you easily browse and connect to GCP CloudSQL/Virtual Machine/Pod. Requires you to have kubectl
, gcloud
and cloud_sql_proxy
available.
To debugging, set env variable DEBUG
to contain bescripts
.
更多
你可能也喜欢
- 3d-elements 中文文档教程
- 6du-livescript-loader 中文文档教程
- @01ht/ht-wysiwyg 中文文档教程
- @11ty/eleventy-cache-assets 中文文档教程
- @168-cli/webpack-html-standard-template 中文文档教程
- @33cn/wallet-api 中文文档教程
- @3b4b/project-two 中文文档教程
- @3test/wanchain-order-gateway 中文文档教程
- @4alltecnologia/http-errors 中文文档教程
- @51nodes/decentralized-schema-registry 中文文档教程