.nh .TH "MINE" "1" "Jul 2021" "Auto generated by spf13/cobra" "" .SH NAME .PP acbuild\-dependency\-add \- Add a dependency .SH SYNOPSIS .PP \fBacbuild dependency add IMAGE\_NAME [flags]\fP .SH DESCRIPTION .PP Updates the ACI to contain a dependency with the given name. If the dependency already exists, its values will be changed. .SH OPTIONS .PP \fB\-h\fP, \fB\-\-help\fP[=false] help for add .PP \fB\-\-image\-id\fP="" Content hash of the dependency .PP \fB\-\-label\fP= Labels used for dependency matching .PP \fB\-\-size\fP=0 The size of the image of the referenced dependency, in bytes .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB\-\-debug\fP[=false] Print out debug information to stderr .PP \fB\-\-modify\fP="" Path to an ACI to modify (ignores build context) .PP \fB\-\-no\-history\fP[=false] Don't add annotations with the command that was run .PP \fB\-\-work\-path\fP="." Path to place working files in .SH EXAMPLE .PP .RS .nf acbuild dependency add example.com/reduce\-worker\-base \-\-label os=linux \-\-label env=canary \-\-size 22017258 .fi .RE .SH SEE ALSO .PP \fBacbuild\-dependency(1)\fP .SH HISTORY .PP 18\-Jul\-2021 Auto generated by spf13/cobra