package
11.1.0+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.
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.

# Constants

CommandName is the string to be used to invoke this command.
DeleteKeysMaxErrors is the maximum number of errors we'll allow before stopping the goroutines from executing.
DeleteKeysPoolSize is the goroutine/thread-pool size.

# Variables

ConsistencyOptions is a list of allowed consistency values.

# Structs

CreateCommand calls the Fastly API to insert a key into an kv store.
DeleteCommand calls the Fastly API to delete an kv store.
DescribeCommand calls the Fastly API to fetch the value of a key from an kv store.
ListCommand calls the Fastly API to list the keys for a given kv store.
ProcessErr represents an error related to processing individual files.
RootCommand is the parent command for all subcommands in this package.