paratix 0.12.2 → 0.12.3
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/cli.js
CHANGED
|
@@ -5519,7 +5519,7 @@ async function runApplyCommand(file, options, run = runPlaybook) {
|
|
|
5519
5519
|
if (options.diff && !options.dryRun) {
|
|
5520
5520
|
throw new CliUsageError("--diff requires --dry-run");
|
|
5521
5521
|
}
|
|
5522
|
-
printCliHeader("0.12.
|
|
5522
|
+
printCliHeader("0.12.3-1965663");
|
|
5523
5523
|
const environmentOverrides = applyCliEnvironmentOverrides(options.env, {
|
|
5524
5524
|
firstRun: options.firstRun
|
|
5525
5525
|
});
|
|
@@ -5548,7 +5548,7 @@ function exitAfterApplyError(error, verbose) {
|
|
|
5548
5548
|
process.exit(exitCode);
|
|
5549
5549
|
}
|
|
5550
5550
|
var program = new Command();
|
|
5551
|
-
program.name("paratix").description("Idempotent VPS setup tool in TypeScript").version("0.12.
|
|
5551
|
+
program.name("paratix").description("Idempotent VPS setup tool in TypeScript").version("0.12.3-1965663");
|
|
5552
5552
|
program.command("apply <file>").description("Apply a server definition").option(
|
|
5553
5553
|
"--diff",
|
|
5554
5554
|
"When combined with --dry-run, show a unified diff per module that would change.",
|
package/dist/index.js
CHANGED
package/dist/modules/index.js
CHANGED