# Functions
NewCreateCommand returns a usable command registered under the parent.
NewDeleteCommand returns a usable command registered under the parent.
NewDescribeCommand returns a usable command registered under the parent.
NewListCommand returns a usable command registered under the parent.
NewListEntriesCommand returns a usable command registered under the parent.
NewLookupCommand returns a usable command registered under the parent.
NewRootCommand returns a new command registered in the parent.
NewUpdateCommand returns a usable command registered under the parent.
# Constants
CommandName is the string to be used to invoke this command.
# Structs
CreateCommand calls the Fastly API to create a compute ACL.
DeleteCommand calls the Fastly API to delete a compute ACL.
DescribeCommand calls the Fastly API to describe a compute ACL.
ListCommand calls the Fastly API to list all compute ACLs.
ListEntriesCommand calls the Fastly API to list all entries of a compute ACLs.
LookupCommand calls the Fastly API to lookup a compute ACL entry.
RootCommand is the parent command for all subcommands in this package.
UpdateCommand calls the Fastly API to update a compute ACL.