Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ grounds logs <pushId> --follow # tail logs

## Commands

| Command | What |
|---|---|
| `grounds login / logout` | Auth via Keycloak device flow |
| `grounds version` | Build info |
| `grounds completion <shell>` | Shell completions |
| `grounds doctor` | Diagnose env (auth, API, gradle, java) |
| `grounds init` | Scaffold a grounds.yaml |
| `grounds cluster up/down/delete/status` | Workspace lifecycle |
| `grounds push [--target=dev]` | Build + deploy via Gradle plugin |
| `grounds push retry/list` | Re-run / list pushes |
| `grounds logs <pushId> [--follow]` | Stream logs |
| `grounds logs deployment <name> [--follow]` | Stream deployment logs |
| Command | What |
|---------------------------------------------|----------------------------------------------|
| `grounds login / logout` | Auth via Keycloak device flow |
| `grounds version [--check]` | Build info and optional release update check |
| `grounds completion <shell>` | Shell completions |
| `grounds doctor` | Diagnose env and warn about CLI updates |
| `grounds init` | Scaffold a grounds.yaml |
| `grounds cluster up/down/delete/status` | Workspace lifecycle |
| `grounds push [--target=dev]` | Build + deploy via Gradle plugin |
| `grounds push retry/list` | Re-run / list pushes |
| `grounds logs <pushId> [--follow]` | Stream logs |
| `grounds logs deployment <name> [--follow]` | Stream deployment logs |

## Configuration

Expand Down
Loading
Loading