@simonfestl/husky-cli 1.37.0 ā 1.38.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/commands/config.js
CHANGED
|
@@ -385,6 +385,7 @@ configCommand
|
|
|
385
385
|
"wattiz-password": "wattizPassword",
|
|
386
386
|
"wattiz-base-url": "wattizBaseUrl",
|
|
387
387
|
"wattiz-language": "wattizLanguage",
|
|
388
|
+
"gtasks-subject": "gtasksSubject",
|
|
388
389
|
};
|
|
389
390
|
const configKey = keyMappings[key];
|
|
390
391
|
if (!configKey) {
|
|
@@ -402,6 +403,7 @@ configCommand
|
|
|
402
403
|
console.log(" Skuterzone: skuterzone-username, skuterzone-password, skuterzone-base-url");
|
|
403
404
|
console.log(" Emove: emove-username, emove-password, emove-base-url");
|
|
404
405
|
console.log(" Wattiz: wattiz-username, wattiz-password, wattiz-base-url, wattiz-language");
|
|
406
|
+
console.log(" GTasks: gtasks-subject");
|
|
405
407
|
console.log(" Brain: agent-type");
|
|
406
408
|
console.error("\nš” For configuration help: husky explain config");
|
|
407
409
|
process.exit(1);
|