Socket
Socket
Sign inDemoInstall

@ackee/be-cli

Package Overview
Dependencies
495
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ackee/be-cli

Ackee scripts for backend development


Version published
Weekly downloads
6
Maintainers
3
Created
Weekly downloads
 

Readme

Source

@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.

FAQs

Last updated on 06 May 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc