Skip to content

glx cache status

Show binary cache status (exists, fresh/stale, size, contents)

Synopsis

Report whether a binary cache exists, whether it is fresh or stale, its size and build time, and the entity counts captured in its header.

If no path is given, the current directory is used.

glx cache status [archive-path] [flags]

Examples

  # Show cache status for the current directory
  glx cache status

  # Show cache status for a specific archive
  glx cache status my-family-archive

Options

  -h, --help   help for status

Options inherited from parent commands

  -q, --quiet   Suppress non-error output (where supported)

SEE ALSO

  • glx cache - Manage the binary archive cache for fast repeated loading

Licensed under Apache License 2.0