realitydb 1.6.2 → 1.6.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 +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -34355,11 +34355,11 @@ async function simulateWebhooksCommand(options) {
|
|
|
34355
34355
|
}
|
|
34356
34356
|
|
|
34357
34357
|
// src/cli.ts
|
|
34358
|
-
var VERSION16 = "1.6.
|
|
34358
|
+
var VERSION16 = "1.6.3";
|
|
34359
34359
|
function run(argv) {
|
|
34360
34360
|
const program2 = new Command();
|
|
34361
|
-
program2.name("realitydb").description("RealityDB \xC3\u0192\xC2\xA2\xC3\xA2\xE2\
|
|
34362
|
-
program2.command("init").description("Interactive setup wizard \xC3\u0192\xC2\xA2\xC3\xA2\xE2\
|
|
34361
|
+
program2.name("realitydb").description("RealityDB \xC3\u0192\xC6\u2019\xC3\u201A\xC2\xA2\xC3\u0192\xC2\xA2\xC3\xA2\xE2\u201A\xAC\xC5\xA1\xC3\u201A\xC2\xAC\xC3\u0192\xC2\xA2\xC3\xA2\xE2\u20AC\u0161\xC2\xAC\xC3\u201A\xC2\x9D Developer Reality Platform").version(VERSION16).option("--config <path>", "Path to config file").option("--ci", "CI mode: JSON output, no prompts, proper exit codes", false).option("--verbose", "Enable verbose output", false);
|
|
34362
|
+
program2.command("init").description("Interactive setup wizard \xC3\u0192\xC6\u2019\xC3\u201A\xC2\xA2\xC3\u0192\xC2\xA2\xC3\xA2\xE2\u201A\xAC\xC5\xA1\xC3\u201A\xC2\xAC\xC3\u0192\xC2\xA2\xC3\xA2\xE2\u20AC\u0161\xC2\xAC\xC3\u201A\xC2\x9D connect, scan, and seed in one step").action(async () => {
|
|
34363
34363
|
await initCommand();
|
|
34364
34364
|
});
|
|
34365
34365
|
program2.command("scan").description("Scan database schema").action(async () => {
|
|
@@ -34472,7 +34472,7 @@ function run(argv) {
|
|
|
34472
34472
|
console.log(JSON.stringify({ name: "realitydb", version: VERSION16 }));
|
|
34473
34473
|
} else {
|
|
34474
34474
|
console.log("");
|
|
34475
|
-
console.log(`RealityDB v${VERSION16} \xC3\u0192\xC2\xA2\xC3\xA2\xE2\
|
|
34475
|
+
console.log(`RealityDB v${VERSION16} \xC3\u0192\xC6\u2019\xC3\u201A\xC2\xA2\xC3\u0192\xC2\xA2\xC3\xA2\xE2\u201A\xAC\xC5\xA1\xC3\u201A\xC2\xAC\xC3\u0192\xC2\xA2\xC3\xA2\xE2\u20AC\u0161\xC2\xAC\xC3\u201A\xC2\x9D Developer Reality Platform`);
|
|
34476
34476
|
console.log("Run `realitydb --help` for available commands.");
|
|
34477
34477
|
console.log("");
|
|
34478
34478
|
}
|