Advanced usage
truss run-python
Subcommands for truss run-python.
Runs selected script in the same environment as your Truss. It builds a Docker image matching your Truss environment, mounts the script you supply, and then runs the script.
Options
--help
Show help message and exit.
Arguments
SCRIPT
Required
Path to Python script to run.
TARGET_DIRECTORY
Optional
A Truss directory. If none, use current directory.