Provided by: acbuild_0.4.0+dfsg-2_amd64 bug

NAME

       acbuild-dependency-add - Add a dependency

SYNOPSIS

       acbuild dependency add IMAGE_NAME [flags]

DESCRIPTION

       Updates the ACI to contain a dependency with the given name. If the dependency already
       exists, its values will be changed.

OPTIONS

       -h, --help[=false]
           help for add

       --image-id=""
           Content hash of the dependency

       --label=
           Labels used for dependency matching

       --size=0
           The size of the image of the referenced dependency, in bytes

OPTIONS INHERITED FROM PARENT COMMANDS

       --debug[=false]
           Print out debug information to stderr

       --modify=""
           Path to an ACI to modify (ignores build context)

       --no-history[=false]
           Don't add annotations with the command that was run

       --work-path="."
           Path to place working files in

EXAMPLE

              acbuild dependency add example.com/reduce-worker-base --label os=linux --label env=canary --size 22017258

SEE ALSO

       acbuild-dependency(1)

HISTORY

       31-Jan-2018 Auto generated by spf13/cobra