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.
Name of the team to deploy to. If not specified, Truss infers the team based on your team membership and existing models, or prompts for selection when ambiguous.
The
--team flag is only available if your organization has teams enabled. Contact us to enable teams, or see Teams for more information.Arguments
A Truss directory. Defaults to current directory.