# Functions
NewActivateCommand returns a usable command registered under the parent.
NewCloneCommand returns a usable command registered under the parent.
NewDeactivateCommand returns a usable command registered under the parent.
NewListCommand returns a usable command registered under the parent.
NewLockCommand returns a usable command registered under the parent.
NewRootCommand returns a new command registered in the parent.
NewStageCommand returns a usable command registered under the parent.
NewUnstageCommand returns a usable command registered under the parent.
NewUpdateCommand returns a usable command registered under the parent.
# Constants
CommandName is the string to be used to invoke this command.
# Structs
ActivateCommand calls the Fastly API to activate a service version.
CloneCommand calls the Fastly API to clone a service version.
DeactivateCommand calls the Fastly API to deactivate a service version.
ListCommand calls the Fastly API to list services.
LockCommand calls the Fastly API to lock a service version.
RootCommand is the parent command for all subcommands in this package.
StageCommand calls the Fastly API to stage a service version.
UnstageCommand calls the Fastly API to unstage a service version.
UpdateCommand calls the Fastly API to update a service version.