Config CLI Plugin
Usage
$ npm install -g @swsdk/plugin-config
$ swsdk-config COMMAND
running command...
$ swsdk-config (-v|--version|version)
@swsdk/plugin-config/3.5.0 darwin-x64 node-v16.9.1
$ swsdk-config --help [COMMAND]
USAGE
$ swsdk-config COMMAND
...
Commands
swsdk-config config:set
Use to set config options
USAGE
$ swsdk-config config:set
OPTIONS
-h, --help show CLI help
--git-protocol=https|ssh the protocol to use for git clone and push operations
--owner=owner the default GitHub Owner
See code: lib/commands/config/set.js
swsdk-config config:show
Used display current config settings
USAGE
$ swsdk-config config:show
OPTIONS
-h, --help show CLI help
See code: lib/commands/config/show.js
swsdk-config hooks:commit:create
Installs and sets up commitizen
USAGE
$ swsdk-config hooks:commit:create
OPTIONS
-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
See code: lib/commands/hooks/commit/create.js