@elizaos/cli 1.6.4-alpha.4 → 1.6.4-alpha.5

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.4", CLI_NAME = "@elizaos/cli", CLI_DESCRIPTION = "elizaOS CLI - Manage your AI agents and plugins", BUILD_TIME = "2025-10-25T05:29:23.694Z", BUILD_ENV = "production", version_default;
4752
+ var CLI_VERSION = "1.6.4-alpha.5", CLI_NAME = "@elizaos/cli", CLI_DESCRIPTION = "elizaOS CLI - Manage your AI agents and plugins", BUILD_TIME = "2025-10-25T06:18:56.759Z", BUILD_ENV = "production", version_default;
4753
4753
  var init_version = __esm(() => {
4754
4754
  version_default = {
4755
4755
  version: CLI_VERSION,
@@ -287846,7 +287846,7 @@ async function deployWithECS(options) {
287846
287846
  port: options.port || 3000,
287847
287847
  desired_count: options.desiredCount || 1,
287848
287848
  cpu: options.cpu || 1792,
287849
- memory: options.memory || 1792,
287849
+ memory: options.memory || 896,
287850
287850
  environment_vars: {
287851
287851
  ...environmentVars,
287852
287852
  PORT: (options.port || 3000).toString(),
@@ -288054,7 +288054,7 @@ async function deployProject(options) {
288054
288054
  }
288055
288055
 
288056
288056
  // src/commands/deploy/index.ts
288057
- var deploy = new Command().name("deploy").description("Deploy ElizaOS project to AWS ECS (Elastic Container Service)").option("-n, --name <name>", "Name for the deployment").option("--project-name <name>", "Project name (defaults to directory name)").option("-p, --port <port>", "Port the container listens on", (value) => parseInt(value, 10), 3000).option("--desired-count <count>", "Number of container instances to run", (value) => parseInt(value, 10), 1).option("--cpu <units>", "CPU units (1792 = 1.75 vCPU, uses 87.5% of t3g.small)", (value) => parseInt(value, 10), 1792).option("--memory <mb>", "Memory in MB (1792 = 1.75 GB, uses 87.5% of t3g.small)", (value) => parseInt(value, 10), 1792).option("-k, --api-key <key>", "ElizaOS Cloud API key").option("-u, --api-url <url>", "ElizaOS Cloud API URL", "https://www.elizacloud.ai").option("-e, --env <KEY=VALUE>", "Environment variable (can be specified multiple times)", (value, previous) => {
288057
+ var deploy = new Command().name("deploy").description("Deploy ElizaOS project to AWS ECS (Elastic Container Service)").option("-n, --name <name>", "Name for the deployment").option("--project-name <name>", "Project name (defaults to directory name)").option("-p, --port <port>", "Port the container listens on", (value) => parseInt(value, 10), 3000).option("--desired-count <count>", "Number of container instances to run", (value) => parseInt(value, 10), 1).option("--cpu <units>", "CPU units (1792 = 1.75 vCPU, 87.5% of t4g.micro 2 vCPUs)", (value) => parseInt(value, 10), 1792).option("--memory <mb>", "Memory in MB (896 MB = 87.5% of t4g.micro 1 GiB)", (value) => parseInt(value, 10), 896).option("-k, --api-key <key>", "ElizaOS Cloud API key").option("-u, --api-url <url>", "ElizaOS Cloud API URL", "https://www.elizacloud.ai").option("-e, --env <KEY=VALUE>", "Environment variable (can be specified multiple times)", (value, previous) => {
288058
288058
  return previous.concat([value]);
288059
288059
  }, []).option("--skip-build", "Skip Docker build and use existing image").option("--image-uri <uri>", "Use existing ECR image URI (requires --skip-build)").action(async (options) => {
288060
288060
  try {
@@ -312958,5 +312958,5 @@ main().catch((error46) => {
312958
312958
  process.exit(1);
312959
312959
  });
312960
312960
 
312961
- //# debugId=34189B5D0CF684E764756E2164756E21
312961
+ //# debugId=E85F448D7540B63764756E2164756E21
312962
312962
  //# sourceMappingURL=index.js.map