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 4.5.3 to 4.5.4

2

oclif.manifest.json

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

{"version":"4.5.3","commands":{"config:set":{"id":"config:set","description":"Use to set config options","pluginName":"@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","options":["https","ssh"]},"owner":{"name":"owner","type":"option","description":"the default GitHub Owner"},"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[]},"config:show":{"id":"config:show","description":"Used display current config settings","pluginName":"@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":[]},"hooks:commit:create":{"id":"hooks:commit:create","description":"Installs and sets up commitizen","pluginName":"@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":[]}}}
{"version":"4.5.4","commands":{"config:set":{"id":"config:set","description":"Use to set config options","pluginName":"@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","options":["https","ssh"]},"owner":{"name":"owner","type":"option","description":"the default GitHub Owner"},"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[]},"config:show":{"id":"config:show","description":"Used display current config settings","pluginName":"@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":[]},"hooks:commit:create":{"id":"hooks:commit:create","description":"Installs and sets up commitizen","pluginName":"@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":[]}}}
{
"name": "@swsdk/plugin-config",
"description": "Plugin for managing configuration.",
"version": "4.5.3",
"version": "4.5.4",
"author": "Swimlane",

@@ -58,3 +58,3 @@ "bugs": {

"@oclif/parser": "^3.8.5",
"@swsdk/core": "^4.5.3",
"@swsdk/core": "^4.5.4",
"cli-ux": "^5.6.3",

@@ -69,3 +69,3 @@ "execa": "^5.1.1",

},
"gitHead": "092e4a4f6951fc789cdd73bffe00a839a48688bf"
"gitHead": "68ff22acfafd8791d3190e77c2418af82e01eb10"
}

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

$ swsdk-config (-v|--version|version)
@swsdk/plugin-config/4.5.3 darwin-x64 node-v16.11.0
@swsdk/plugin-config/4.5.4 darwin-x64 node-v16.11.0
$ swsdk-config --help [COMMAND]

@@ -47,3 +47,3 @@ USAGE

_See code: [lib/commands/config/set.js](https://github.com/swimlane/swimlane-sdk-cli/blob/v4.5.3/lib/commands/config/set.js)_
_See code: [lib/commands/config/set.js](https://github.com/swimlane/swimlane-sdk-cli/blob/v4.5.4/lib/commands/config/set.js)_

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

_See code: [lib/commands/config/show.js](https://github.com/swimlane/swimlane-sdk-cli/blob/v4.5.3/lib/commands/config/show.js)_
_See code: [lib/commands/config/show.js](https://github.com/swimlane/swimlane-sdk-cli/blob/v4.5.4/lib/commands/config/show.js)_

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

_See code: [lib/commands/hooks/commit/create.js](https://github.com/swimlane/swimlane-sdk-cli/blob/v4.5.3/lib/commands/hooks/commit/create.js)_
_See code: [lib/commands/hooks/commit/create.js](https://github.com/swimlane/swimlane-sdk-cli/blob/v4.5.4/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