Jeden/Docs

CLI command

jeden artifacts

List files in one session's artifact directory.

Exact invocation#

Shell
jeden artifacts <session-id-or-path>

Inputs and options#

  • Required: a session identifier or path.

Output and state effect#

Prints sorted name&lt;TAB&gt;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.