Options
Name of the remote in .trussrc to push to.
--publish
Push as a published deployment. If no production deployment exists, promote to production after deploy completes.
--promote
Push as a published deployment and promote to production, even if a production deployment already exists.
Push as a published deployment and promote into the specified environment.
--preserve-previous-production-deployment
Preserve the previous production deployment’s autoscaling settings. Can only be used with
--promote.Name of the model.
Name of the deployment. Can only be used with
--publish or --environment. Must contain only alphanumeric, ., - or _ characters.--wait
Wait for deployment to complete before returning. Returns non-zero exit code if deploy or build fails.
Maximum time to wait for deployment in seconds.
Arguments
A Truss directory. Defaults to current directory.