diff --git a/README.md b/README.md index 96a6744..1387731 100644 --- a/README.md +++ b/README.md @@ -103,15 +103,24 @@ Create an API key from the [Kernel dashboard](https://dashboard.onkernel.com). - `kernel logout` - Clear stored credentials - `kernel auth` - Check authentication status -### App Management +### App Deployment - `kernel deploy ` - Deploy an app to Kernel - - `--version ` - Specify app version (default: latest) - `--force` - Allow overwriting existing version - `--env `, `-e` - Set environment variables (can be used multiple times) - `--env-file ` - Load environment variables from file (can be used multiple times) +- `kernel deploy logs ` - Stream logs for a deployment + - `--follow`, `-f` - Follow logs in real-time (stream continuously) + - `--since`, `-s` - How far back to retrieve logs. Duration formats: ns, us, ms, s, m, h (e.g., 5m, 2h, 1h30m). Timestamps also supported: 2006-01-02, 2006-01-02T15:04, 2006-01-02T15:04:05, 2006-01-02T15:04:05.000 + - `--with-timestamps`, `-t` - Include timestamps in each log line + +- `kernel deploy history [app_name]` - Show deployment history + - `--all` - Show deployment history for all applications + +### App Management + - `kernel invoke ` - Run an app action - `--version `, `-v` - Specify app version (default: latest)