package
5.1.1+incompatible
Repository: https://github.com/fastly/cli.git
Documentation: pkg.go.dev

# Functions

NewCreateCommand returns a usable command registered under the parent.
NewDeleteCommand returns a usable command registered under the parent.
NewGetKeyCommand returns a usable command registered under the parent.
NewInsertKeyCommand returns a usable command registered under the parent.
NewKeysCommand 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.
GetKeyCommand 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.
KeysCommand calls the Fastly API to list the keys for a given object store.
ListCommand calls the Fastly API to list the available object stores.
RootCommand is the parent command for all subcommands in this package.