Structs§
- Admin
AclOptions - Options for optionally creating a context-scoped admin ACL entry as
part of
pnm contexts create. - Provision
DidOptions
Functions§
- cmd_
context_ bootstrap - cmd_
context_ create - cmd_
context_ delete - cmd_
context_ get - cmd_
context_ list - cmd_
context_ provision - cmd_
context_ reprovision - cmd_
context_ update - cmd_
context_ update_ did - confirm_
destructive - Read a
[y/N]reply from stdin. Returnstruefory/yes,falseotherwise. Shared by the destructive shared commands so the prompt wording stays consistent. - render_
context_ list - Render a list of context records — table view by default, full
key: valueblocks when--full-displayis set. - render_
context_ record - Render a single context record’s details, used by
getand the success path ofupdate. Shared by online + offline call sites. - render_
delete_ context_ preview - Print the human-readable resource preview shown before context
deletion. Returns
truewhen the preview lists any resources (i.e. the caller should prompt for confirmation unless--force).