Skip to content

Commit c2a8047

Browse files
committed
docs: update command table formatting in README
1 parent 85483ab commit c2a8047

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -121,19 +121,19 @@ Exit codes follow a POSIX-friendly taxonomy (`0` ok, `1` user error, `2` system
121121

122122
## Commands
123123

124-
| Command | Description |
125-
| ------------------------------------ | -------------------------------------------------------------- |
126-
| `siphon backup [profile]` | Dump a database to a checksummed file in the catalog |
127-
| `siphon restore [dump-id]` | Load a dump into a database (`--clean` to drop-and-recreate) |
128-
| `siphon sync [from] [to]` | Backup + restore in one streamed pass |
129-
| `siphon verify <dump-id>` | Re-hash a dump and check it against its recorded checksum |
130-
| `siphon inspect <profile>` | Show tables, row estimates, and sizes for a profile |
131-
| `siphon dumps list\|inspect\|prune` | List, inspect, or prune saved dumps |
132-
| `siphon profile add\|list\|show\|rm` | Manage named connection profiles |
133-
| `siphon config path\|edit` | Show or edit the config file |
134-
| `siphon schedule` | Cron-managed recurring backups _(Phase G)_ |
135-
| `siphon tunnel` | SSH tunnel helper _(Phase G)_ |
136-
| `siphon` _(bare)_ | Launch the interactive multi-panel dashboard |
124+
| Command | Description |
125+
| ------------------------------------ | ------------------------------------------------------------ |
126+
| `siphon backup [profile]` | Dump a database to a checksummed file in the catalog |
127+
| `siphon restore [dump-id]` | Load a dump into a database (`--clean` to drop-and-recreate) |
128+
| `siphon sync [from] [to]` | Backup + restore in one streamed pass |
129+
| `siphon verify <dump-id>` | Re-hash a dump and check it against its recorded checksum |
130+
| `siphon inspect <profile>` | Show tables, row estimates, and sizes for a profile |
131+
| `siphon dumps list\|inspect\|prune` | List, inspect, or prune saved dumps |
132+
| `siphon profile add\|list\|show\|rm` | Manage named connection profiles |
133+
| `siphon config path\|edit` | Show or edit the config file |
134+
| `siphon schedule` | Cron-managed recurring backups _(Phase G)_ |
135+
| `siphon tunnel` | SSH tunnel helper _(Phase G)_ |
136+
| `siphon` _(bare)_ | Launch the interactive multi-panel dashboard |
137137

138138
Run `siphon <command> --help` for full flags.
139139

0 commit comments

Comments
 (0)