@keywaysh/cli 0.1.2 → 0.1.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 +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -102,7 +102,7 @@ var INTERNAL_POSTHOG_HOST = "https://eu.i.posthog.com";
|
|
|
102
102
|
// package.json
|
|
103
103
|
var package_default = {
|
|
104
104
|
name: "@keywaysh/cli",
|
|
105
|
-
version: "0.1.
|
|
105
|
+
version: "0.1.3",
|
|
106
106
|
description: "One link to all your secrets",
|
|
107
107
|
type: "module",
|
|
108
108
|
bin: {
|
|
@@ -1358,7 +1358,7 @@ async function initCommand(options = {}) {
|
|
|
1358
1358
|
} catch (error) {
|
|
1359
1359
|
if (error instanceof APIError) {
|
|
1360
1360
|
if (error.statusCode === 409) {
|
|
1361
|
-
console.log(pc5.
|
|
1361
|
+
console.log(pc5.green("\n\u2713 Already initialized!\n"));
|
|
1362
1362
|
console.log(` ${pc5.yellow("\u2192")} Run ${pc5.cyan("keyway push")} to sync your secrets`);
|
|
1363
1363
|
console.log(` ${pc5.blue("\u2394")} Dashboard: ${pc5.underline(`${DASHBOARD_URL}/${getCurrentRepoFullName()}`)}`);
|
|
1364
1364
|
console.log("");
|