pjkm.cli.commands.info

Informational commands — list, info, doctor.

Attributes

Functions

list_cmd([what])

List available archetypes or package groups.

info([group_id])

Show detailed information about a package group.

doctor()

Check the local environment for required and optional tools.

Module Contents

pjkm.cli.commands.info.CATEGORY_ORDER = ['Core Dev', 'AI / ML', 'Web & API', 'Data & Storage', 'Infrastructure', 'Frontend', 'Docs &...[source]
pjkm.cli.commands.info.FIX_HINTS: dict[str, str][source]
pjkm.cli.commands.info.list_cmd(what=typer.Argument('archetypes', help='What to list: archetypes, groups'))[source]

List available archetypes or package groups.

Parameters:

what (str)

Return type:

None

pjkm.cli.commands.info.info(group_id=typer.Argument(help='Group ID to show details for'))[source]

Show detailed information about a package group.

Parameters:

group_id (str)

Return type:

None

pjkm.cli.commands.info.doctor()[source]

Check the local environment for required and optional tools.

Return type:

None