@elizaos/cli 1.6.4-alpha.8 → 1.6.4-alpha.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/dist/index.js CHANGED
@@ -4749,7 +4749,7 @@ __export(exports_version, {
4749
4749
  BUILD_TIME: () => BUILD_TIME,
4750
4750
  BUILD_ENV: () => BUILD_ENV
4751
4751
  });
4752
- var CLI_VERSION = "1.6.4-alpha.8", CLI_NAME = "@elizaos/cli", CLI_DESCRIPTION = "elizaOS CLI - Manage your AI agents and plugins", BUILD_TIME = "2025-10-27T20:16:33.937Z", BUILD_ENV = "production", version_default;
4752
+ var CLI_VERSION = "1.6.4-alpha.9", CLI_NAME = "@elizaos/cli", CLI_DESCRIPTION = "elizaOS CLI - Manage your AI agents and plugins", BUILD_TIME = "2025-10-27T22:21:45.900Z", BUILD_ENV = "production", version_default;
4753
4753
  var init_version = __esm(() => {
4754
4754
  version_default = {
4755
4755
  version: CLI_VERSION,
@@ -296895,7 +296895,7 @@ function displaySuccessMessage(authResult) {
296895
296895
 
296896
296896
  // src/commands/login/index.ts
296897
296897
  var login2 = new Command().name("login").description("Authenticate with ElizaOS Cloud to get an API key");
296898
- login2.option("-u, --cloud-url <url>", "URL of ElizaOS Cloud", process.env.ELIZA_CLOUD_URL || "http://localhost:3000").option("--no-browser", "Do not automatically open browser").option("--timeout <seconds>", "Authentication timeout in seconds", "300").action(async (options) => {
296898
+ login2.option("-u, --cloud-url <url>", "URL of ElizaOS Cloud", process.env.ELIZA_CLOUD_URL || "https://elizacloud.ai").option("--no-browser", "Do not automatically open browser").option("--timeout <seconds>", "Authentication timeout in seconds", "300").action(async (options) => {
296899
296899
  try {
296900
296900
  await handleLogin(options);
296901
296901
  } catch (error46) {
@@ -313188,5 +313188,5 @@ main().catch((error46) => {
313188
313188
  process.exit(1);
313189
313189
  });
313190
313190
 
313191
- //# debugId=27658DA07FBA0D3264756E2164756E21
313191
+ //# debugId=6A3EE5AE8F98526064756E2164756E21
313192
313192
  //# sourceMappingURL=index.js.map