# 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.
NewInsertKeyCommand 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.
# Structs
CreateCommand calls the Fastly API to create an object store.
DeleteCommand calls the Fastly API to delete an object store.
DescribeCommand calls the Fastly API to fetch the value of a key from an object store.
InsertKeyCommand calls the Fastly API to insert a key into an object store.
ListCommand calls the Fastly API to list the available object stores.
RootCommand is the parent command for all subcommands in this package.