package
0.0.0-20201215022714-831ebeae9675
Repository: https://github.com/gtardif/cli.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

AddTargetToAllSignableRoles attempts to add the image target to all the top level delegation roles we can (based on whether we have the signing key and whether the role's path allows us to).
AuthResolver returns an auth resolver function from a command.Cli.
HistoryWrite writes the context.
NewBuildCommand creates a new `docker build` command.
NewHistoryCommand creates a new `docker history` command.
NewHistoryFormat returns a format for rendering an HistoryContext.
NewImageCommand returns a cobra command for `image` subcommands.
NewImagesCommand creates a new `docker images` command.
NewImportCommand creates a new `docker import` command.
NewLoadCommand creates a new `docker load` command.
NewPruneCommand returns a new cobra prune command for images.
NewPullCommand creates a new `docker pull` command.
NewPushCommand creates a new `docker push` command.
NewRemoveCommand creates a new `docker remove` command.
NewSaveCommand creates a new `docker save` command.
NewTagCommand creates a new `docker tag` command.
PushTrustedReference pushes a canonical reference to the trust server.
RunPrune calls the Image Prune API This returns the amount of space reclaimed and a detailed output string.
RunPull performs a pull against the engine based on the specified options.
RunPush performs a push against the engine based on the specified options.
RunSave performs a save against the engine based on the specified options.
TagTrusted tags a trusted ref nolint: interfacer.
TrustedPush handles content trust pushing of an image.
TrustedReference returns the canonical trusted reference for an image reference.

# Structs

PullOptions defines what and how to pull.