anchorectl feed

Feed related operations.

Every command on this page also accepts the global flags.

Subcommands

  • feed list — Return a list of feed and their groups along with update and record count information. This data reflects the state of the policy engine, not the upstream feed service itself.
  • feed sync — Execute a synchronous update all the datasets. The response will block until complete.

feed list

Return a list of feed and their groups along with update and record count information. This data reflects the state of the policy engine, not the upstream feed service itself.

anchorectl feed list [flags]

Flags

FlagTypeEnvironment variableDefaultRequiredDescription
-o, --outputstringANCHORECTL_FORMATtextNoThe format to show the results. Allowable values: text, json, json-raw, id. See Output Formats.

feed sync

Execute a synchronous update all the datasets. The response will block until complete.

anchorectl feed sync [flags]

Flags

FlagTypeEnvironment variableDefaultRequiredDescription
-f, --force_syncboolANCHORECTL_FORCE_SYNCfalseNoForce the feed sync to occur.
-t, --timeoutintANCHORECTL_TIMEOUT-1NoThe maximum time to wait for the feed sync to complete.
Last modified September 22, 2026