Batch signing code in offline bogs

You can sign code in offline bogs just by using the editor and visiting each program object individually. Or you can point to a directory containing multiple stations (or offline bog files), and use this command-line tool to recompile and sign all the code at once as a batch.

nre program syntax

nre program:com.tridium.program.ui.RecompileTool
usage:
RecompileTool <dir|bogfile> [flags
parameters:
dir|bogfile         Directory containing bog file(s),
or individual bog file.
optional flags:
-alias:<arg>        Alias of a code signing certificate 
                    in user key store to sign programs with.
                    Defaults to workbench code signing
                    options if not provided.
-password:<arg>   Private key password for the
                    signing certificate. Will be prompted
                    if not provided.
-tsaUrl:<arg>     Time stamp authority url to use
                    for timestamping program signatures.
                    Defaults to workbench code signing options
                    if not provided.