@secondlayer/cli 3.3.1 → 3.4.0

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
@@ -63,7 +63,7 @@ One instance per project. The platform API spawns a dedicated `sl-pg-{slug}`,
63
63
 
64
64
  | Command | What it does |
65
65
  |---|---|
66
- | `sl create subscription <name> --runtime <inngest\|trigger\|cloudflare\|node> [--filter key=value]` | Scaffold a receiver project wired to a new subscription. Copies the runtime template into `./<name>/`, provisions through the active project/instance, supports scalar filters, and wires the signing secret so the dev server starts consuming events immediately. |
66
+ | `sl create subscription <name> --runtime <inngest\|trigger\|cloudflare\|node> [--auth-token <token>] [--filter key=value]` | Scaffold a receiver project wired to a new subscription. Copies the runtime template into `./<name>/`, provisions through the active project/instance, supports scalar filters and bearer auth, and wires the signing secret so the dev server starts consuming events immediately. |
67
67
 
68
68
  ### Subscriptions (tenant-scoped)
69
69
 
@@ -76,7 +76,7 @@ active project/instance the same way as `sl subgraphs ...`; `SL_API_URL` and
76
76
  |---|---|
77
77
  | `sl subscriptions list` | List subscriptions with status, target table, format, and last success |
78
78
  | `sl subscriptions get <id\|name>` | Show full config, filter, retry/circuit state |
79
- | `sl subscriptions update <id\|name> --url <url> [--filter key.gte=value]` | Patch URL, filter, format, runtime, retry, timeout, concurrency |
79
+ | `sl subscriptions update <id\|name> --url <url> [--auth-token <token>] [--filter key.gte=value]` | Patch URL, bearer auth, filter, format, runtime, retry, timeout, concurrency |
80
80
  | `sl subscriptions pause/resume <id\|name>` | Stop or restart delivery |
81
81
  | `sl subscriptions rotate-secret <id\|name>` | Rotate signing secret and print the new value once |
82
82
  | `sl subscriptions deliveries <id\|name>` | Last 100 delivery attempts |
@@ -99,7 +99,7 @@ invocation. No long-lived key on disk.
99
99
  | Command | What it does |
100
100
  |---|---|
101
101
  | `sl subgraphs new <name>` | Scaffold a subgraph definition file |
102
- | `sl subgraphs deploy <file>` | Deploy to the active instance |
102
+ | `sl subgraphs deploy <file> [--start-block <n>]` | Deploy to the active instance; `--start-block` overrides the definition start block for that deploy |
103
103
  | `sl subgraphs dev <file>` | Watch + hot-redeploy |
104
104
  | `sl subgraphs list` | List deployed subgraphs |
105
105
  | `sl subgraphs status <name>` | Indexing progress, row counts, gaps |
package/dist/cli.d.ts ADDED
File without changes