Socket
Book a DemoInstallSign in
Socket

fly56-cli

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fly56-cli

飞象cli

latest
Source
npmnpm
Version
1.1.10
Version published
Maintainers
1
Created
Source

fly56-cli

飞象前端cli工具

oclif Version Downloads/week License

  • Usage
  • Commands

Usage

$ npm install -g fly56-cli
$ fly56-cli COMMAND
running command...
$ fly56-cli (-v|--version|version)
fly56-cli/1.1.10 win32-x64 node-v14.17.1
$ fly56-cli --help [COMMAND]
USAGE
  $ fly56-cli COMMAND
...

Commands

fly56-cli collect-direct-end-url [FILE]

收集项目接口url

USAGE
  $ fly56-cli collect-direct-end-url [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ fly56-cli collect-url
  hello world from ./src/hello.ts!

See code: src/commands/collect-direct-end-url.ts

fly56-cli collect-direct-url [FILE]

收集项目接口url

USAGE
  $ fly56-cli collect-direct-url [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ fly56-cli collect-url
  hello world from ./src/hello.ts!

See code: src/commands/collect-direct-url.ts

fly56-cli collect-direct-weapp-url [FILE]

收集项目接口url

USAGE
  $ fly56-cli collect-direct-weapp-url [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ fly56-cli collect-url
  hello world from ./src/hello.ts!

See code: src/commands/collect-direct-weapp-url.ts

fly56-cli collect-fly-url [FILE]

收集项目接口url

USAGE
  $ fly56-cli collect-fly-url [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ fly56-cli collect-url
  hello world from ./src/hello.ts!

See code: src/commands/collect-fly-url.ts

fly56-cli collect-weapp-url [FILE]

收集项目接口url

USAGE
  $ fly56-cli collect-weapp-url [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ fly56-cli collect-url
  hello world from ./src/hello.ts!

See code: src/commands/collect-weapp-url.ts

fly56-cli hello [FILE]

describe the command here

USAGE
  $ fly56-cli hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ fly56-cli hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

fly56-cli help [COMMAND]

display help for fly56-cli

USAGE
  $ fly56-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Keywords

oclif

FAQs

Package last updated on 19 Jul 2021

Did you know?

Socket

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