@secondlayer/cli 3.2.0-beta.1 → 3.2.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
|
@@ -59,6 +59,12 @@ One instance per project. The platform API spawns a dedicated `sl-pg-{slug}`,
|
|
|
59
59
|
| `sl instance db add-key <path>` | Upload an SSH pubkey to the bastion |
|
|
60
60
|
| `sl instance db revoke-key` | Revoke your bastion access |
|
|
61
61
|
|
|
62
|
+
### Create (scaffolders)
|
|
63
|
+
|
|
64
|
+
| Command | What it does |
|
|
65
|
+
|---|---|
|
|
66
|
+
| `sl create subscription <name> --runtime <inngest\|trigger\|cloudflare\|node>` | Scaffold a receiver project wired to a new subscription. Copies the runtime template into `./<name>/`, provisions the subscription on the active instance, and wires the signing secret so the dev server starts consuming events immediately. |
|
|
67
|
+
|
|
62
68
|
### Subgraphs (tenant-scoped)
|
|
63
69
|
|
|
64
70
|
All tenant-scoped commands auto-mint a 5-minute ephemeral service JWT per
|
package/dist/cli.js
CHANGED
|
@@ -32410,7 +32410,7 @@ var {
|
|
|
32410
32410
|
// package.json
|
|
32411
32411
|
var package_default = {
|
|
32412
32412
|
name: "@secondlayer/cli",
|
|
32413
|
-
version: "3.2.
|
|
32413
|
+
version: "3.2.1",
|
|
32414
32414
|
description: "CLI for subgraphs and blockchain indexing on Stacks",
|
|
32415
32415
|
type: "module",
|
|
32416
32416
|
bin: {
|
|
@@ -32452,11 +32452,11 @@ var package_default = {
|
|
|
32452
32452
|
license: "MIT",
|
|
32453
32453
|
dependencies: {
|
|
32454
32454
|
"@inquirer/prompts": "^8.2.0",
|
|
32455
|
-
"@secondlayer/bundler": "^0.3.1
|
|
32456
|
-
"@secondlayer/sdk": "^3.0.
|
|
32457
|
-
"@secondlayer/shared": "^
|
|
32458
|
-
"@secondlayer/stacks": "^1.0.
|
|
32459
|
-
"@secondlayer/subgraphs": "^1.
|
|
32455
|
+
"@secondlayer/bundler": "^0.3.1",
|
|
32456
|
+
"@secondlayer/sdk": "^3.0.1",
|
|
32457
|
+
"@secondlayer/shared": "^4.0.0",
|
|
32458
|
+
"@secondlayer/stacks": "^1.0.1",
|
|
32459
|
+
"@secondlayer/subgraphs": "^1.1.0",
|
|
32460
32460
|
"@biomejs/js-api": "^0.7.0",
|
|
32461
32461
|
"@biomejs/wasm-nodejs": "^1.9.0",
|
|
32462
32462
|
esbuild: "^0.19.0",
|
|
@@ -35579,5 +35579,5 @@ registerLocalCommand(program);
|
|
|
35579
35579
|
registerAccountCommand(program);
|
|
35580
35580
|
program.parse();
|
|
35581
35581
|
|
|
35582
|
-
//# debugId=
|
|
35582
|
+
//# debugId=C959E54B7099E8D964756E2164756E21
|
|
35583
35583
|
//# sourceMappingURL=cli.js.map
|