@tolgee/cli
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -131,3 +131,4 @@ import { extname, join } from 'path'; | ||
.choices(['OVERRIDE', 'KEEP', 'NO_FORCE']) | ||
.argParser((v) => v.toUpperCase())) | ||
.argParser((v) => v.toUpperCase()) | ||
.default(config.push?.forceMode)) | ||
.addOption(new Option('--override-key-descriptions', 'Override existing key descriptions from local files (only relevant for some formats).').default(config.push?.overrideKeyDescriptions ?? true)) | ||
@@ -134,0 +135,0 @@ .addOption(new Option('--convert-placeholders-to-icu', 'Convert placeholders in local files to ICU format.').default(config.push?.convertPlaceholdersToIcu ?? true)) |
{ | ||
"name": "@tolgee/cli", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A tool to interact with the Tolgee Platform through CLI", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
900646
4546