Config CLI Plugin
Usage
$ npm install -g @swsdk/plugin-config
$ swsdk-config COMMAND
running command...
$ swsdk-config (--version)
@swsdk/plugin-config/5.5.0 linux-x64 node-v16.16.0
$ 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