New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

swagger-wiki

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swagger-wiki

A cli to create wiki pages in a project based on swagger files.

latest
Source
npmnpm
Version
1.0.17
Version published
Maintainers
2
Created
Source

swagger-wiki

A cli to create wiki pages in a project based on swagger files.

oclif Version Downloads/week License

Usage

$ npm install -g swagger-wiki
$ swagger-wiki COMMAND
running command...
$ swagger-wiki (-v|--version|version)
swagger-wiki/1.0.17 linux-x64 node-v12.10.0
$ swagger-wiki --help [COMMAND]
USAGE
  $ swagger-wiki COMMAND
...

Commands

swagger-wiki help [COMMAND]

display help for swagger-wiki

USAGE
  $ swagger-wiki help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

swagger-wiki update [PATH]

Generate wiki pages from swagger files

USAGE
  $ swagger-wiki update [PATH]

ARGUMENTS
  PATH  Path to the swagger files

OPTIONS
  -h, --help               show CLI help
  -v, --usePackageVersion  Use the version in package.json
  --prefix=prefix          Hard coded prefix to use
  --project=project        GitLab project ID
  --token=token            GitLab private token to use

See code: src/commands/update.ts

swagger-wiki update-gql [PATH]

Generate wiki pages from graphql files

USAGE
  $ swagger-wiki update-gql [PATH]

ARGUMENTS
  PATH  Path to the graphql files

OPTIONS
  -h, --help         show CLI help
  --prefix=prefix    Hard coded prefix to use
  --project=project  GitLab project ID
  --token=token      GitLab private token to use

See code: src/commands/update-gql.ts

Keywords

oclif

FAQs

Package last updated on 23 Sep 2019

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