.nh .TH "MINE" "1" "Jul 2021" "Auto generated by spf13/cobra" "" .SH NAME .PP acbuild\-port\-add \- Add a port .SH SYNOPSIS .PP \fBacbuild port add NAME PROTOCOL PORT [flags]\fP .SH DESCRIPTION .PP Updates the ACI to contain a port with the given name, protocol, and port. If the port already exists, its values will be changed. .SH OPTIONS .PP \fB\-\-count\fP=1 Specifies a range of ports, going from PORT to PORT + count \- 1 .PP \fB\-h\fP, \fB\-\-help\fP[=false] help for add .PP \fB\-\-socket\-activated\fP[=false] Set the app to be socket activated on this/these port/ports .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 port add https tcp 443 \-\-socket\-activated .fi .RE .SH SEE ALSO .PP \fBacbuild\-port(1)\fP .SH HISTORY .PP 18\-Jul\-2021 Auto generated by spf13/cobra