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
| Flag | Type | Environment variable | Default | Required | Description |
|---|---|---|---|---|---|
-o, --output | string | ANCHORECTL_FORMAT | text | No | The 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
| Flag | Type | Environment variable | Default | Required | Description |
|---|---|---|---|---|---|
-f, --force_sync | bool | ANCHORECTL_FORCE_SYNC | false | No | Force the feed sync to occur. |
-t, --timeout | int | ANCHORECTL_TIMEOUT | -1 | No | The maximum time to wait for the feed sync to complete. |