We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8a91d commit acde127Copy full SHA for acde127
index.ts
@@ -367,16 +367,14 @@ function printNextSteps(
367
🎉 Kernel app created successfully!
368
369
Next steps:
370
+ brew install onkernel/tap/kernel
371
cd ${appName}
372
# Request early access for an API key: https://waitlist.onkernel.com/r/mZW2zz
373
export KERNEL_API_KEY=<YOUR_API_KEY>
- ${
374
- language === LANGUAGE_PYTHON
375
- ? "uv venv && source .venv/bin/activate && uv sync"
376
- : ""
377
- }
378
${deployCommand}
379
${INVOKE_SAMPLES[language][template]}
+ # Do this in a separate tab
+ export KERNEL_API_KEY=<YOUR_API_KEY>
380
kernel logs ${REGISTERED_APP_NAMES[language][template]} --follow
381
`)
382
);
0 commit comments