File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ func newSnapshotSaveCmd(cfg *env.Env) *cobra.Command {
3030 return & cobra.Command {
3131 Use : "save [destination]" ,
3232 Short : "Save a snapshot of the emulator state" ,
33- Long : `Save a snapshot of the running emulator's state to a local file .
33+ Long : `Save a snapshot of the running emulator's state.
3434
3535The destination must be a file path. Use a path prefix to save locally:
3636
37- lstk snapshot save # saves to ./snapshot-2026-05-11T21-04-32
38- lstk snapshot save ./my-snapshot # saves to ./my-snapshot
39- lstk snapshot save /tmp/my-state # saves to /tmp/my-state
37+ lstk snapshot save # saves to ./snapshot-<YYYY-MM-DDTHH-mm-ss>.zip
38+ lstk snapshot save ./my-snapshot.zip # saves to ./my-snapshot.zip
39+ lstk snapshot save /tmp/my-state # saves to /tmp/my-state.zip
4040
4141Cloud destinations are not yet supported.` ,
4242 Args : cobra .MaximumNArgs (1 ),
You can’t perform that action at this time.
0 commit comments