@envsafes-org/cli 0.0.7 → 0.0.9
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/README.md +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ EnvSafe CLI vous permet de gérer vos variables d'environnement de manière séc
|
|
|
9
9
|
|
|
10
10
|
## 🛑 Prérequis
|
|
11
11
|
|
|
12
|
-
Avant d'utiliser la CLI, vous devez créer un compte et un projet sur **[https://envsafe.
|
|
12
|
+
Avant d'utiliser la CLI, vous devez créer un compte et un projet sur **[https://www.envsafe.dev](https://www.envsafe.dev)**.
|
|
13
13
|
|
|
14
14
|
## 📦 Installation
|
|
15
15
|
|
|
@@ -318,7 +318,7 @@ EnvSafe utilise une architecture de chiffrement de bout en bout :
|
|
|
318
318
|
|
|
319
319
|
## 📚 Documentation complète
|
|
320
320
|
|
|
321
|
-
Pour plus d'informations, consultez la [documentation officielle](https://envsafe.
|
|
321
|
+
Pour plus d'informations, consultez la [documentation officielle](https://www.envsafe.dev/docs).
|
|
322
322
|
|
|
323
323
|
---
|
|
324
324
|
|
package/dist/index.js
CHANGED
|
@@ -20,8 +20,8 @@ exports.config = new conf_1.default({
|
|
|
20
20
|
projectName: "envsafe-cli",
|
|
21
21
|
schema: {
|
|
22
22
|
token: { type: "string", default: "" },
|
|
23
|
-
apiUrl: { type: "string", default: "https://envsafe.
|
|
24
|
-
dashboardUrl: { type: "string", default: "https://envsafe.
|
|
23
|
+
apiUrl: { type: "string", default: "https://www.envsafe.dev" },
|
|
24
|
+
dashboardUrl: { type: "string", default: "https://www.envsafe.dev" },
|
|
25
25
|
},
|
|
26
26
|
});
|
|
27
27
|
const program = new commander_1.Command();
|