yera.cli.commands.allow
Allow command — authorise project roots for credential groups.
Symbols
cred_group
cred_group(
name: str,
ctx: Annotated[AppContext, Parameter(parse=False, show=False)],
) → NoneAdd the current project root to a credential group's authorised roots.
Parameters
name
type: str
Credential group name to authorise for this project root.