Skip to main content

ankra charts

Commands to list, search, and get information about Helm charts.

ankra charts info

Get detailed information about a Helm chart. Requires either —repository flag or finding the chart in the catalog first.
ankra charts info <chart_name> [flags]
Flags
FlagDefaultDescription
-o, --outputOutput format: json or yaml (default: human-readable)
--repositoryRepository URL for the chart

ankra charts list

List available Helm charts
ankra charts list [flags]
Flags
FlagDefaultDescription
-o, --outputOutput format: json or yaml (default: human-readable)
--page1Page number
--page-size25Number of items per page
--subscribedfalseShow only subscribed charts
Search for Helm charts
ankra charts search <query> [flags]
Flags
FlagDefaultDescription
-o, --outputOutput format: json or yaml (default: human-readable)