.TH "MINE" "1" "Aug 2016" "Auto generated by spf13/cobra" "" .nh .ad l .SH NAME .PP acbuild\-port\-add \- Add a port .SH SYNOPSIS .PP \fBacbuild port add\fP [OPTIONS] .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\-\-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 14\-Aug\-2016 Auto generated by spf13/cobra