Socket
Socket
Sign inDemoInstall

@swsdk/plugin-config

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swsdk/plugin-config - npm Package Compare versions

Comparing version 5.4.0 to 5.4.1-next.24

2

oclif.manifest.json

@@ -1,1 +0,1 @@

{"version":"5.4.0","commands":{"config:set":{"id":"config:set","description":"Use to set config options","strict":true,"pluginName":"@swsdk/plugin-config","pluginAlias":"@swsdk/plugin-config","pluginType":"core","aliases":[],"flags":{"git-protocol":{"name":"git-protocol","type":"option","description":"the protocol to use for git clone and push operations","multiple":false,"options":["https","ssh"]},"owner":{"name":"owner","type":"option","description":"the default GitHub Owner","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[],"_globalFlags":{}},"config:show":{"id":"config:show","description":"Used display current config settings","strict":true,"pluginName":"@swsdk/plugin-config","pluginAlias":"@swsdk/plugin-config","pluginType":"core","aliases":[],"flags":{"debug":{"name":"debug","type":"boolean","hidden":true,"allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[],"_globalFlags":{}},"hooks:commit:create":{"id":"hooks:commit:create","description":"Installs and sets up commitizen","strict":true,"pluginName":"@swsdk/plugin-config","pluginAlias":"@swsdk/plugin-config","pluginType":"core","aliases":[],"flags":{"global":{"name":"global","type":"boolean","description":"used to configure the hook globally","allowNo":false},"skip-hook":{"name":"skip-hook","type":"boolean","description":"skips setting up the prepare-commit hook. Must be run with cz or git cz","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[],"_globalFlags":{}}}}
{"version":"5.4.1-next.24+12cacb3","commands":{"config:set":{"id":"config:set","description":"Use to set config options","strict":true,"pluginName":"@swsdk/plugin-config","pluginAlias":"@swsdk/plugin-config","pluginType":"core","aliases":[],"flags":{"git-protocol":{"name":"git-protocol","type":"option","description":"the protocol to use for git clone and push operations","multiple":false,"options":["https","ssh"]},"owner":{"name":"owner","type":"option","description":"the default GitHub Owner","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[],"_globalFlags":{}},"config:show":{"id":"config:show","description":"Used display current config settings","strict":true,"pluginName":"@swsdk/plugin-config","pluginAlias":"@swsdk/plugin-config","pluginType":"core","aliases":[],"flags":{"debug":{"name":"debug","type":"boolean","hidden":true,"allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[],"_globalFlags":{}},"hooks:commit:create":{"id":"hooks:commit:create","description":"Installs and sets up commitizen","strict":true,"pluginName":"@swsdk/plugin-config","pluginAlias":"@swsdk/plugin-config","pluginType":"core","aliases":[],"flags":{"global":{"name":"global","type":"boolean","description":"used to configure the hook globally","allowNo":false},"skip-hook":{"name":"skip-hook","type":"boolean","description":"skips setting up the prepare-commit hook. Must be run with cz or git cz","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[],"_globalFlags":{}}}}

@@ -8,3 +8,3 @@ {

"@oclif/core": "1.7.0",
"@swsdk/core": "^5.4.0",
"@swsdk/core": "^5.4.1-next.24+12cacb3",
"enquirer": "^2.3.6",

@@ -66,4 +66,4 @@ "execa": "5.1.1",

},
"version": "5.4.0",
"gitHead": "92675d11573540416c44220be723fbafa3b2fde4"
"version": "5.4.1-next.24+12cacb3",
"gitHead": "12cacb33dd839c3236d9125b4806b1525f85108d"
}

@@ -19,3 +19,3 @@ Config CLI Plugin

$ swsdk-config (--version)
@swsdk/plugin-config/5.4.0 linux-x64 node-v16.15.1
@swsdk/plugin-config/5.4.1-next.24+12cacb3 linux-x64 node-v16.15.1
$ swsdk-config --help [COMMAND]

@@ -51,3 +51,3 @@ USAGE

_See code: [lib/commands/config/set.js](https://github.com/swimlane/swimlane-sdk-cli/blob/v5.4.0/lib/commands/config/set.js)_
_See code: [lib/commands/config/set.js](https://github.com/swimlane/swimlane-sdk-cli/blob/v5.4.1-next.24+12cacb3/lib/commands/config/set.js)_

@@ -69,3 +69,3 @@ ## `swsdk-config config:show`

_See code: [lib/commands/config/show.js](https://github.com/swimlane/swimlane-sdk-cli/blob/v5.4.0/lib/commands/config/show.js)_
_See code: [lib/commands/config/show.js](https://github.com/swimlane/swimlane-sdk-cli/blob/v5.4.1-next.24+12cacb3/lib/commands/config/show.js)_

@@ -89,3 +89,3 @@ ## `swsdk-config hooks:commit:create`

_See code: [lib/commands/hooks/commit/create.js](https://github.com/swimlane/swimlane-sdk-cli/blob/v5.4.0/lib/commands/hooks/commit/create.js)_
_See code: [lib/commands/hooks/commit/create.js](https://github.com/swimlane/swimlane-sdk-cli/blob/v5.4.1-next.24+12cacb3/lib/commands/hooks/commit/create.js)_
<!-- commandsstop -->
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc