# Functions
NewCreateCommand returns a usable command registered under the parent.
NewDeleteCommand returns a usable command registered under the parent.
NewGetCommand 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.
# Constants
CommandName is the string to be used to invoke this command.
# Structs
CreateCommand calls the Fastly API to create an access key.
DeleteCommand calls the Fastly API to delete an access key.
GetCommand calls the Fastly API to get an access key.
ListCommand calls the Fastly API to list all access keys.
RootCommand is the parent command for all subcommands in this package.