# 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.
NewRootCommand returns a new command registered in the parent.
# Structs
CreateCommand calls the Fastly API to insert a key into 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.
ListCommand calls the Fastly API to list the keys for a given object store.
RootCommand is the parent command for all subcommands in this package.