Home Explore Blog CI



ragit

docs/commands/ls-images.txt
cef0ece0513fef2a366264f9a502745cf107f2bc827c4df400000003000001d7
rag-ls-images(1)
==========

NAME
----
rag-ls-images - Show information about images

SYNOPSIS
--------
[verse]
'rag ls-images' [--stat-only | --uid-only] [--json | -j] [<uid>..]

DESCRIPTION
-----------
Run `rag help uid-query` to read how uid-query works. If the uid is not of
an image, it dies.

If `--json` is set, it dumps a valid json to stdout. Its schema is,

- no flags: `[image: object]`
- `--uid-only`: `[uid: string]`
- `--stat-only`: `{ "images": integer }`

Chunks
b40267ee (1st chunk of `docs/commands/ls-images.txt`)
Title: rag-ls-images Command
Summary
The rag-ls-images command is used to display information about images, with options to show statistics, UIDs, or output in JSON format. It accepts various flags, including --stat-only, --uid-only, and --json, which determine the type and format of the output. The command also supports querying by UID, and users can run 'rag help uid-query' to learn more about how this querying mechanism works.