it took a long time to understand that ``` sloppy change -img ghost:latest slopppy.yml ``` is not working because second argument needs to be project/service/appid and not a yml/json correct: ``` sloppy change -img ghost:latest ghost/frontend/web ```
it took a long time to understand that
is not working because second argument needs to be project/service/appid and not a yml/json
correct: