truss push
Pushes a truss to a TrussRemote.
Options
Name of the remote in .trussrc to patch changes to.
Push the truss as a published deployment. If no production deployment exists, promote the truss to production after deploy completes.
Push the truss as a published deployment. Even if a production deployment exists, promote the truss to production after deploy completes.
Preserve the previous production deployment’s autoscaling setting. When not specified, the previous production deployment will be updated to allow it to scale to zero. Can only be use in combination with —promote option.
Give Truss access to secrets on remote host.
Name of the deployment created by the push. Can only be used in combination with —publish or —promote. Deployment name must only contain alphanumeric, ’.’, ’-’ or ’_’ characters.
Show help message and exit.
Arguments
A Truss directory. If none, use current directory.