@swsdk/plugin-config
TypeScript icon, indicating that this package has built-in type declarations

5.6.0 • Public • Published

Config CLI Plugin

Swimlane Logo

Version Downloads/week License

Usage

$ npm install -g @swsdk/plugin-config
$ swsdk-config COMMAND
running command...
$ swsdk-config (--version)
@swsdk/plugin-config/5.6.0 darwin-arm64 node-v16.20.2
$ swsdk-config --help [COMMAND]
USAGE
  $ swsdk-config COMMAND
...

Commands

swsdk-config config:set

Use to set config options

USAGE
  $ swsdk-config config:set [--git-protocol https|ssh] [--owner <value>] [-h]

FLAGS
  -h, --help               Show CLI help.
  --git-protocol=<option>  the protocol to use for git clone and push operations
                           <options: https|ssh>
  --owner=<value>          the default GitHub Owner

DESCRIPTION
  Use to set config options

See code: lib/commands/config/set.js

swsdk-config config:show

Used display current config settings

USAGE
  $ swsdk-config config:show [-h]

FLAGS
  -h, --help  Show CLI help.

DESCRIPTION
  Used display current config settings

See code: lib/commands/config/show.js

swsdk-config hooks:commit:create

Installs and sets up commitizen

USAGE
  $ swsdk-config hooks:commit:create [--global] [--skip-hook] [-h]

FLAGS
  -h, --help   Show CLI help.
  --global     used to configure the hook globally
  --skip-hook  skips setting up the prepare-commit hook. Must be run with cz or git cz

DESCRIPTION
  Installs and sets up commitizen

See code: lib/commands/hooks/commit/create.js

Readme

Keywords

Package Sidebar

Install

npm i @swsdk/plugin-config

Weekly Downloads

97

Version

5.6.0

License

ISC

Unpacked Size

20.5 kB

Total Files

16

Last publish

Collaborators

  • swimlane.dev
  • mr_charlie