CLI command
jeden artifacts
List files in one session's artifact directory.
Exact invocation#
jeden artifacts <session-id-or-path>Inputs and options#
- Required: a session identifier or path.
Output and state effect#
Prints sorted name<TAB>byte-size rows for regular artifact files and prints nothing when the directory has no readable files. It does not mutate state.
Refusals and boundaries#
- A missing selector is refused as
artifacts requires a session id. - Unreadable or absent artifact directories yield an empty listing rather than fabricating entries.