@realitydb/cli 2.0.7 → 2.0.8
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 +1 -1
package/dist/index.js
CHANGED
|
@@ -4068,7 +4068,7 @@ async function statusCommand(options) {
|
|
|
4068
4068
|
|
|
4069
4069
|
// src/index.ts
|
|
4070
4070
|
var program2 = new Command();
|
|
4071
|
-
program2.name("realitydb").version("2.0.
|
|
4071
|
+
program2.name("realitydb").version("2.0.7").description("Developer Reality Platform - realistic database environments from your schema");
|
|
4072
4072
|
program2.command("login").description("Authenticate with RealityDB").action(loginCommand);
|
|
4073
4073
|
program2.command("logout").description("Clear authentication and remove local license").option("-f, --force", "Skip confirmation prompt").option("--clear-all", "Remove all local data including cache").action(logoutCommand);
|
|
4074
4074
|
program2.command("status").description("Show license status and plan details").option("--json", "Output in JSON format").option("-v, --verbose", "Show detailed information including local files").action(statusCommand);
|