versions
Synopsis
Section titled “Synopsis”codeteleport versions <session-id>Description
Section titled “Description”Displays the version history for a session, including version number, size, push date, and which version is latest. Also shows the plan’s version limit and a command to pull a specific older version.
Arguments
Section titled “Arguments”| Argument | Required | Description |
|---|---|---|
session-id | Yes | Full session UUID or prefix |
Example
Section titled “Example”$ codeteleport versions c3a05473-9f12-4a2b-ae27-9478ab66d216
Session c3a05473 Version limit: 2 (free plan)
Version Size Pushed v3 13.7 MB Apr 2, 02:06 PM (latest) v2 13.3 MB Apr 1, 11:06 AM
Pull a specific version: codeteleport pull --session-id c3a05473-9f12-4a2b-ae27-9478ab66d216 --version 2Pro plan with more versions
Section titled “Pro plan with more versions”$ codeteleport versions a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d
Session a1b2c3d4 Version limit: 10 (pro plan)
Version Size Pushed v5 8.2 MB Apr 2, 10:30 AM (latest) v4 7.9 MB Apr 1, 03:15 PM v3 7.1 MB Mar 31, 09:45 AM v2 6.8 MB Mar 30, 02:20 PM v1 5.3 MB Mar 29, 11:00 AM
Pull a specific version: codeteleport pull --session-id a1b2c3d4 --version 1Related commands
Section titled “Related commands”codeteleport push— creates a new version each time you pushcodeteleport pull --version N— pull a specific versioncodeteleport list --cloud— shows version count for multi-version sessions
See Session Versioning for how versions work.