yera.cli.commands.allow

Allow command — authorise project roots for credential groups.

Symbols

def cred_group — Add the current project root to a credential group's authorised roots.

cred_group

cred_group(
    name: str,
    ctx: Annotated[AppContext, Parameter(parse=False, show=False)],
) → None

Add the current project root to a credential group's authorised roots.

Parameters

name
type: str

Credential group name to authorise for this project root.