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

Comparing version 5.4.1-next.30 to 5.4.1-next.33

4

lib/commands/hooks/commit/create.js

@@ -6,3 +6,3 @@ "use strict";

const core_1 = require("@swsdk/core");
const execa_1 = (0, tslib_1.__importDefault)(require("execa"));
const execa_1 = tslib_1.__importDefault(require("execa"));
const node_path_1 = require("node:path");

@@ -13,3 +13,3 @@ const fs_extra_1 = require("fs-extra");

const listr2_1 = require("listr2");
const simple_git_1 = (0, tslib_1.__importDefault)(require("simple-git"));
const simple_git_1 = tslib_1.__importDefault(require("simple-git"));
// noinspection JSUnusedGlobalSymbols

@@ -16,0 +16,0 @@ class Create extends core_1.Base {

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

{"version":"5.4.1-next.30+b9b761b","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.33+d8724f3","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.1-next.30+b9b761b",
"@swsdk/core": "^5.4.1-next.33+d8724f3",
"enquirer": "^2.3.6",

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

},
"version": "5.4.1-next.30+b9b761b",
"gitHead": "b9b761bc176b657dff02e3e178f57d3c307629b0"
"version": "5.4.1-next.33+d8724f3",
"gitHead": "d8724f302a91dc85f63410638764693fe7c40d21"
}

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

$ swsdk-config (--version)
@swsdk/plugin-config/5.4.1-next.30+b9b761b linux-x64 node-v16.16.0
@swsdk/plugin-config/5.4.1-next.33+d8724f3 linux-x64 node-v16.16.0
$ 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.1-next.30+b9b761b/lib/commands/config/set.js)_
_See code: [lib/commands/config/set.js](https://github.com/swimlane/swimlane-sdk-cli/blob/v5.4.1-next.33+d8724f3/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.1-next.30+b9b761b/lib/commands/config/show.js)_
_See code: [lib/commands/config/show.js](https://github.com/swimlane/swimlane-sdk-cli/blob/v5.4.1-next.33+d8724f3/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.1-next.30+b9b761b/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.33+d8724f3/lib/commands/hooks/commit/create.js)_
<!-- commandsstop -->

Sorry, the diff of this file is not supported yet

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