relic 0.4.2 → 0.4.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
|
@@ -64465,7 +64465,7 @@ async function whoami() {
|
|
|
64465
64465
|
// package.json
|
|
64466
64466
|
var package_default = {
|
|
64467
64467
|
name: "relic",
|
|
64468
|
-
version: "0.4.
|
|
64468
|
+
version: "0.4.3",
|
|
64469
64469
|
description: "The Relic CLI for managing and sharing secrets. Encrypted on your device, never exposed to anyone else. Not even us.",
|
|
64470
64470
|
keywords: [
|
|
64471
64471
|
"cli",
|
|
@@ -64566,7 +64566,7 @@ program2.command("run").description("Run a command with secrets injected as envi
|
|
|
64566
64566
|
run(command, options);
|
|
64567
64567
|
});
|
|
64568
64568
|
try {
|
|
64569
|
-
program2.
|
|
64569
|
+
await program2.parseAsync();
|
|
64570
64570
|
} catch (err) {
|
|
64571
64571
|
if (err instanceof CommanderError) {
|
|
64572
64572
|
if (err.code === "commander.helpDisplayed" || err.code === "commander.version")
|
package/package.json
CHANGED
|
Binary file
|