vaultsy-cli 0.1.1 → 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/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -267,7 +267,7 @@ init_config();
|
|
|
267
267
|
init_api();
|
|
268
268
|
import * as p from "@clack/prompts";
|
|
269
269
|
import chalk from "chalk";
|
|
270
|
-
var DEFAULT_BASE_URL = "https://vaultsy.app";
|
|
270
|
+
var DEFAULT_BASE_URL = "https://vaultsy.vercel.app";
|
|
271
271
|
async function loginCommand(opts) {
|
|
272
272
|
p.intro(chalk.bold.cyan("vaultsy login"));
|
|
273
273
|
const baseUrl = (opts.baseUrl ?? DEFAULT_BASE_URL).replace(/\/$/, "");
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vaultsy-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Official CLI for Vaultsy — pull, push, and inject secrets from your terminal",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
|
-
"vaultsy": "
|
|
7
|
+
"vaultsy": "dist/index.js"
|
|
8
8
|
},
|
|
9
9
|
"files": [
|
|
10
10
|
"dist",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"homepage": "https://vaultsy.vercel.app",
|
|
44
44
|
"repository": {
|
|
45
45
|
"type": "git",
|
|
46
|
-
"url": "https://github.com/Ayushkumar48/vaultsy.git",
|
|
46
|
+
"url": "git+https://github.com/Ayushkumar48/vaultsy.git",
|
|
47
47
|
"directory": "packages/cli"
|
|
48
48
|
},
|
|
49
49
|
"bugs": {
|