Issue: truss push
can’t find config.yaml
Fix: set correct target directory
The directorytruss push
is looking at is not a Truss. Make sure you’re giving truss push
access to the correct directory by:
- Running
truss push
from the directory containing the Truss. You should see the fileconfig.yaml
when you runls
in your working directory. - Or passing the target directory as an argument, such as
truss push /path/to/my-truss
.