Provided by: acbuild_0.4.0+dfsg-1_amd64 

NAME
acbuild-write - Write the ACI to a file
SYNOPSIS
acbuild write [OPTIONS]
DESCRIPTION
Writes the ACI resulting from the current build context to a file
OPTIONS
--overwrite[=false] overwrite the resulting ACI --sign[=false] sign the resulting ACI
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 write --sign mynewapp.aci -- --no-default-keyring --keyring ./rkt.gpg
SEE ALSO
acbuild(1)
HISTORY
25-Aug-2016 Auto generated by spf13/cobra