@@ -28,14 +28,14 @@ azldev package list -a
2828Example output:
2929
3030```
31- ╭──────────────────┬────────────────┬───────────┬──────────────╮
32- │ PACKAGE │ GROUP │ COMPONENT │ CHANNEL │
33- ├──────────────────┼────────────────┼───────────┼──────────────┤
34- │ curl-debugsource │ debug-packages │ │ rpm-debug │
35- │ libcurl │ base-packages │ │ rpm-base │
36- │ libcurl-devel │ devel-packages │ curl │ rpm-base │
37- │ wget2-wget │ │ wget2 │ rpm-base │
38- ╰──────────────────┴────────────────┴───────────┴──────────────╯
31+ ╭──────────────────┬────────────────┬───────────┬───────────────── ╮
32+ │ PACKAGE │ GROUP │ COMPONENT │ PUBLISH CHANNEL │
33+ ├──────────────────┼────────────────┼───────────┼───────────────── ┤
34+ │ curl-debugsource │ debug-packages │ │ rpm-debug │
35+ │ libcurl │ base-packages │ │ rpm-base │
36+ │ libcurl-devel │ devel-packages │ curl │ rpm-base │
37+ │ wget2-wget │ │ wget2 │ rpm-base │
38+ ╰──────────────────┴────────────────┴───────────┴───────────────── ╯
3939```
4040
4141### Column meanings
@@ -45,7 +45,7 @@ Example output:
4545| ** Package** | Binary package name (RPM ` Name ` tag) |
4646| ** Group** | Package-group whose ` packages ` list contains this package, if any |
4747| ** Component** | Component that has an explicit ` packages.<name> ` override for this package, if any |
48- | ** Channel** | Effective publish channel after all config layers are applied |
48+ | ** Publish Channel** | Effective publish channel after all config layers are applied |
4949
5050> ** Note:** A non-empty ** Component** column means the component has an explicit
5151> per-package entry in its ` packages ` map — it does ** not** mean "the component
@@ -84,7 +84,7 @@ azldev package list -a -q -O json
8484 "packageName" : " libcurl" ,
8585 "group" : " base-packages" ,
8686 "component" : " " ,
87- "channel " : " rpm-base"
87+ "publishChannel " : " rpm-base"
8888 },
8989 ...
9090]
0 commit comments