Skip to content

SP-23: Add asset-registry command group#332

Open
Zgjim Haziri (ZgjimHaziri) wants to merge 1 commit intomainfrom
SP-23-add-asset-registry-commands
Open

SP-23: Add asset-registry command group#332
Zgjim Haziri (ZgjimHaziri) wants to merge 1 commit intomainfrom
SP-23-add-asset-registry-commands

Conversation

@ZgjimHaziri
Copy link
Copy Markdown
Contributor

@ZgjimHaziri Zgjim Haziri (ZgjimHaziri) commented Apr 8, 2026

Description

Adds a new asset-registry command group to Content CLI, enabling users to discover registered asset types and their service descriptors from the Pacman Asset Registry public API.

Commands added:

  • content-cli asset-registry list: List all registered asset types with a summary (type, display name, group, base path)
  • content-cli asset-registry get --assetType <type>: Get the full descriptor for a specific asset type (schema version, endpoints, service details)

Both commands support --json to write the full API response to a JSON file.

Relevant links

Checklist

  • I have self-reviewed this PR
  • I have tested the change and proved that it works in different scenarios
  • I have updated docs if needed

Includes-AI-Code: true

Made with Cursor

Add CLI commands to discover registered asset types from the Pacman
Asset Registry public API.

Commands:
  asset-registry list             — list all registered asset types
  asset-registry get --assetType  — get the full descriptor for a type

Includes-AI-Code: true
Made-with: Cursor
@ZgjimHaziri Zgjim Haziri (ZgjimHaziri) requested a review from a team as a code owner April 8, 2026 16:20
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 8, 2026

Quality Gate Failed Quality Gate failed

Failed conditions
59.9% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant