Using Anchore Enterprise
Introduction
Once deployed, Anchore Enterprise can be interacted with in a number of ways. Every function is available via API with all higher level clients using the same APIs.
- Anchore CLI (anchorectl) The newest CLI which is the primary client for Anchore Enterprise deployments.
- Anchore CLI (anchore-cli) The original CLI is the original CLI of interacting with the Anchore APIs, and is no longer required as of the release of anchorectl 1.0.0.
- UI sits on top of the APIs and simplifies interactions with functions such as policy editing, reporting, and content browsing.
- API can be used directly for custom integrations or fully programmatic interactions.