Skip to content

cache

Manage the service’s cache (Redis, etc.)

Manage the cache service attached to your service.

Provides sub-commands to view cache info, open an interactive CLI session (e.g. redis-cli), or flush the cache. Requires a linked service or explicit path.

ancla cache info
ancla cache cli
ancla cache flush
-h, --help help for cache
--api-key string API key for authentication
--config string config file (default: ~/.ancla/config.yaml)
--json Shorthand for --output json
-o, --output string Output format: table or json (default "table")
-q, --quiet Suppress non-essential output