Pain point: To inspect an upstream spec before adding overlays, you currently need to:
- Add a bare
[components.<name>] entry to components.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
Pain point: To inspect an upstream spec before adding overlays, you currently need to:
[components.<name>]entry tocomponents.tomlazldev comp prep-sources -p <name> --skip-overlays -o /tmp/inspectA 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-distroand--upstream-versionflags.--
Imported on behalf of @dmcilvaney