-
Notifications
You must be signed in to change notification settings - Fork 6
request: azldev comp show-spec: read-only spec viewing #32
Copy link
Copy link
Open
Labels
ai usabiltyItems proposed to improve usability of azldev in AI-driven scenariosItems proposed to improve usability of azldev in AI-driven scenariosarea: source managementPertains to source fetching, downloading, and/or preparing.Pertains to source fetching, downloading, and/or preparing.
Description
Pain point: To inspect an upstream spec before adding overlays, you currently need to:
- Add a bare
[components.<name>]entry tocomponents.toml - Run
azldev comp prep-sources -p <name> --skip-overlays -o /tmp/inspect - Read the spec
- Remove the temp entry
A dedicated read-only command would eliminate steps 1 and 4.
Proposed: azldev comp show-spec -p <name> — fetches and displays the upstream spec without requiring the component to be registered. Could also support --upstream-distro and --upstream-version flags.
--
Imported on behalf of @dmcilvaney
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ai usabiltyItems proposed to improve usability of azldev in AI-driven scenariosItems proposed to improve usability of azldev in AI-driven scenariosarea: source managementPertains to source fetching, downloading, and/or preparing.Pertains to source fetching, downloading, and/or preparing.