table of contents
| list(1) | General Commands Manual | list(1) |
NAME¶
list - List all available sessions
SYNOPSIS¶
list [-f|--format] [--ascending] [-w|--working_dir] [-l|--limit] [-h|--help]
DESCRIPTION¶
List all available sessions
OPTIONS¶
- -f, --format <FORMAT> [default: text]
- Output format (text, json)
- --ascending
- Sort sessions by date in ascending order (oldest first). Default is descending order (newest first).
- -w, --working_dir <WORKING_DIR>
- Filter sessions by working directory
- -l, --limit <LIMIT>
- Limit the number of results
- -h, --help
- Print help (see a summary with '-h')
SEE ALSO¶
goose(1), goose-session(1), goose-session-diagnostics(1), goose-session-export(1), goose-session-import(1), goose-session-remove(1)
| list |