MCPcopy Create free account
hub / github.com/auth0/auth0-cli / NetworkACLShow

Method NetworkACLShow

internal/display/network_acl.go:217–221  ·  view source on GitHub ↗

NetworkACLShow displays a single network ACL.

(acl *management.NetworkACL)

Source from the content-addressed store, hash-verified

215
216// NetworkACLShow displays a single network ACL.
217func (r *Renderer) NetworkACLShow(acl *management.NetworkACL) error {
218 r.Heading("network ACL")
219 r.Result(makeNetworkACLView(acl))
220 return nil
221}
222
223// NetworkACLCreate displays the result of creating a network ACL.
224func (r *Renderer) NetworkACLCreate(acl *management.NetworkACL) error {

Callers 1

showNetworkACLCmdFunction · 0.80

Calls 3

HeadingMethod · 0.95
ResultMethod · 0.95
makeNetworkACLViewFunction · 0.85

Tested by

no test coverage detected