Skip to main content

kernel deploy <file>

Deploy an app to Kernel from the current directory. The entrypoint file and dependency manifest must live in the project root.
package.json (JS/TS) or pyproject.toml (Python) must be present next to the entrypoint.

kernel deploy logs <deployment_id>

Stream build and runtime logs for a deployment.
Log lines longer than 64 KiB are truncated. Emit bulky payloads to external storage and log references.

kernel deploy history [app_name]

Show deployment history for all apps or a specific app.

kernel invoke <app> <action>

Invoke an app action. By default the CLI returns immediately after the invocation is queued.
Press Ctrl+C to cancel an in-flight invocation. The associated browser sessions are cleaned up automatically.

kernel app list

List deployed app versions.

kernel app history <app_name>

Show deployment history for a specific app.

kernel logs <app_name>

Tail app logs.
Log lines longer than 64 KiB are truncated.