@ackee/be-cli 中文文档教程

发布于 4年前 浏览 14 更新于 3年前

@ackee/be-cli

用于后端开发的 Ackee 脚本。

Usage

  1. Installation npm install -g @ackee/be-cli
  2. Verify the version: ackee-be --version
  3. 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。 要求您有可用的kubectlgcloudcloud_sql_proxy

要进行调试,请将环境变量 DEBUG 设置为包含 bescripts

@ackee/be-cli

Ackee scripts for backend development.

Usage

  1. Installation npm install -g @ackee/be-cli
  2. Verify the version: ackee-be --version
  3. 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.

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文