Yera Allow
The allow command manages which project roots are permitted to use a given
credential group. Yera credentials are scoped by project root by default, so
before a project can authenticate with a named credential group you must
explicitly authorise its root. Run yera allow from inside a project directory
(anywhere under a pyproject.toml) to register that root against the group.
yera allow
Authorise project roots for credential groups.
yera allow cred-group
Add the current project root to a credential group's authorised roots.
Args:
name: Credential group name to authorise for this project root.
yera allow cred-group NAMEArguments
NAME
type: str (required)
Credential group name to authorise for this project root.