@secondlayer/cli 4.0.0 → 4.0.1

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 CHANGED
@@ -74,7 +74,7 @@ One instance per project. The platform API spawns a dedicated `sl-pg-{slug}`,
74
74
 
75
75
  | Command | What it does |
76
76
  |---|---|
77
- | `sl instance create --plan <hobby\|launch\|grow\|scale>` | Provision containers. Boxed reveal of `serviceKey` + `anonKey` (shown once). |
77
+ | `sl instance create --plan <hobby\|launch\|scale>` | Provision containers. Boxed reveal of `serviceKey` + `anonKey` (shown once). |
78
78
  | `sl instance info` | Plan, status, resource usage |
79
79
  | `sl instance resize --plan <...>` | Recreate containers with new CPU/memory (~30s downtime) |
80
80
  | `sl instance suspend` / `resume` | Stop/start containers, volume preserved |
package/dist/cli.js CHANGED
@@ -32443,7 +32443,7 @@ var {
32443
32443
  // package.json
32444
32444
  var package_default = {
32445
32445
  name: "@secondlayer/cli",
32446
- version: "4.0.0",
32446
+ version: "4.0.1",
32447
32447
  description: "CLI for subgraphs and blockchain indexing on Stacks",
32448
32448
  type: "module",
32449
32449
  bin: {
@@ -32487,7 +32487,7 @@ var package_default = {
32487
32487
  "@inquirer/prompts": "^8.2.0",
32488
32488
  "@secondlayer/bundler": "^0.3.4",
32489
32489
  "@secondlayer/sdk": "^3.3.1",
32490
- "@secondlayer/shared": "^5.0.0",
32490
+ "@secondlayer/shared": "^5.2.0",
32491
32491
  "@secondlayer/stacks": "^2.0.1",
32492
32492
  "@secondlayer/subgraphs": "^1.3.3",
32493
32493
  "@biomejs/js-api": "^0.7.0",
@@ -36342,15 +36342,15 @@ function registerInstanceCommand(program2) {
36342
36342
  choices: [
36343
36343
  {
36344
36344
  value: "hobby",
36345
- name: "Hobby — free (0.5 vCPU · 512 MB · 5 GB, auto-pause after 7d idle)"
36345
+ name: "Hobby — free (0.5 vCPU · 1 GB · 10 GB, auto-pause after 7d idle)"
36346
36346
  },
36347
36347
  {
36348
36348
  value: "launch",
36349
- name: "Launch — $50/mo (1 vCPU · 2 GB · 25 GB)"
36349
+ name: "Launch — $99/mo (2 vCPU · 6 GB · 100 GB)"
36350
36350
  },
36351
36351
  {
36352
36352
  value: "scale",
36353
- name: "Scale — $200/mo (4 vCPU · 8 GB · 100 GB)"
36353
+ name: "Scale — $299/mo (8 vCPU · 24 GB · 500 GB)"
36354
36354
  }
36355
36355
  ]
36356
36356
  });
@@ -36803,5 +36803,5 @@ registerLocalCommand(program);
36803
36803
  registerAccountCommand(program);
36804
36804
  program.parse();
36805
36805
 
36806
- //# debugId=95955B508F0821D564756E2164756E21
36806
+ //# debugId=89A6DFBE4B8EE7D064756E2164756E21
36807
36807
  //# sourceMappingURL=cli.js.map