Socket
Socket
Sign inDemoInstall

@swsdk/plugin-config

Package Overview
Dependencies
137
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @swsdk/plugin-config

Plugin for managing configuration.


Version published
Weekly downloads
130
increased by766.67%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 09 Feb 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc