CLI reference
truss push
Pushes a truss to a TrussRemote.
truss push [OPTIONS] [TARGET_DIRECTORY]
Options
--remote
TEXT
Name of the remote in .trussrc to patch changes to.
--publish
BOOL
Publish truss as production deployment.
--trusted
BOOL
Give Truss access to secrets on remote host.
--help
Show help message and exit.
Arguments
TARGET_DIRECTORY
Optional
A Truss directory. If none, use current directory.
Examples
truss push
truss push --publish /path/to/my-truss
truss push --remote baseten --publish --trusted