Skip to main content

kernel deploy <entrypoint_file_name>

Deploy an app to Kernel from the current directory.
The entrypoint file and dependency manifest (package.json for JS/TS, pyproject.toml for Python) must both be in the root directory of your project.

kernel invoke <app_name> <action_name>

Invoke a specific app action by its name. Generates an Invocation.
Synchronous invocations open a long-lived HTTP POST that times out after 60 seconds. Asynchronous invocations time out after 15 minutes. Press ctrl-c to terminate a running invocation; associated browsers are destroyed.

kernel app list

List deployed application versions.

kernel app history <app_name>

Show deployment history for an application.

kernel logs <app_name>

Print the logs for the specified app.