ginko push
ginko push [target] [options]Description
Section titled “Description”Pushes local file changes to the cloud knowledge graph. Supports pushing specific entity types or everything at once.
Options
Section titled “Options”| Flag | Description |
|---|---|
--dry-run | Preview what would be pushed |
Targets
Section titled “Targets”| Target | Description |
|---|---|
| (none) | Push all changes since last push |
epic | Push only changed epics |
sprint <id> | Push specific sprint (e.g., e001_s01) |
charter | Push project charter |
Examples
Section titled “Examples”# Push all changesginko push
# Preview changesginko push --dry-run
# Push specific entitiesginko push epicginko push sprint e001_s01ginko push charterRelated Commands
Section titled “Related Commands”- ginko pull — Pull from graph
- ginko diff — Compare local vs graph