Try to use one of the invoke commands that redirects a file into docker-compose exec
Observed Behavior
invoke generate_app_config_schema and invoke validate_app_config_schema are not working for me because when the shell tries to redirect that file from the local shell to the spawned shell it gets out of sync and the code isn't properly loaded.
Expected Behavior
I expected it to work. Running the shell redirection entirely in the spawned shell fixed it for me:
Environment
Steps to reproduce
docker-compose exec
Observed Behavior
invoke generate_app_config_schema
andinvoke validate_app_config_schema
are not working for me because when the shell tries to redirect that file from the local shell to the spawned shell it gets out of sync and the code isn't properly loaded.Expected Behavior
I expected it to work. Running the shell redirection entirely in the spawned shell fixed it for me: