Commit eada1aa
feat: add 'instanode up' command + INSTANT_TOKEN env support (#1)
- cmd/up.go (new): provisions the full bundle (db/cache/nosql/queue/
storage/webhook) in one command and prints a deploy-ready .env to
stdout. Mirrors the bundle-first product positioning.
- cmd/monitor.go: provisionResponse gains ReceiveURL field so
/webhook/new responses parse cleanly (webhook returns receive_url
instead of connection_url).
- cmd/root.go: INSTANT_TOKEN env var takes priority over the saved
config from 'instanode login'. Lets CI / agents pass a token without
a login step.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9f5e398 commit eada1aa
3 files changed
Lines changed: 380 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
0 commit comments