Is there a way to list the available alias of a catalog #740
-
It would be great to see in the terminal the aliases and their description defined in a catalog: $ jbang catalog list-content |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
$ jbang alias list but it does not say to which catalog each alias belongs to. |
Beta Was this translation helpful? Give feedback.
-
then the catalog will be printed above the aliases it defines. If you know the catalog you can do:
and it list the aliases as defined in that specific catalog. you can also add (copied from @maxandersen 's comment) |
Beta Was this translation helpful? Give feedback.
jbang alias list --show-origin
then the catalog will be printed above the aliases it defines.
If you know the catalog you can do:
jbang catalog list grumpyf0x48
and it list the aliases as defined in that specific catalog.
you can also add
--verbose
if you want to see how the resolving happens; but that is mainly used for debugging if some folder in hierarchy are somehow overshadowing some other alias.(copied from @maxandersen 's comment)