# Functions
NewBatchCommand returns a usable command registered under the parent.
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.
NewRootCommand returns a new command registered in the parent.
NewUpdateCommand returns a usable command registered under the parent.
# Structs
BatchCommand calls the Fastly API to batch update a dictionary.
CreateCommand calls the Fastly API to create a dictionary item.
DeleteCommand calls the Fastly API to delete a service.
DescribeCommand calls the Fastly API to describe a dictionary item.
ListCommand calls the Fastly API to list dictionary items.
RootCommand is the parent command for all subcommands in this package.
UpdateCommand calls the Fastly API to update a dictionary item.