Describe the bug
After cloning the steeltoe-weatherforecast accelerator to a Windows OS, running tilt up fails by default, raising a "path not found" error:
Successfully loaded Tiltfile (3.024ms)
sample-app â"‚
sample-app â"‚ Initial Build
sample-app â"‚ STEP 1/1 â€" Deploying
sample-app â"‚ Running cmd: tanzu apps workload apply -f config/workload.yaml --update-strategy replace --debug --live-update --local-path . --source-image your-registry.io/project/steeltoe-weatherforecast-source --build-env BP_DEBUG_ENABLED=true --namespace default --yes > /dev/null && kubectl get workload sample-app --namespace default -o yaml
sample-app â"‚ The system cannot find the path specified.
sample-app â"‚
sample-app â"‚ ERROR: Build Failed: apply command exited with status 1
To Reproduce
Steps to reproduce the behavior:
- Open the steeltoe-weatherforecast accelerator in Windows
- Invoke
tilt up from the root project directory
Expected behavior
tilt up command to succeed.
Additional context
- This error goes away after removing the
OUTPUT_TO_NULL_COMMAND from the default Tiltfile's apply_cmd string.
> NUL might be a suitable Windows equivalent to > /dev/null
Describe the bug
After cloning the steeltoe-weatherforecast accelerator to a Windows OS, running
tilt upfails by default, raising a "path not found" error:To Reproduce
Steps to reproduce the behavior:
tilt upfrom the root project directoryExpected behavior
tilt upcommand to succeed.Additional context
OUTPUT_TO_NULL_COMMANDfrom the default Tiltfile'sapply_cmdstring.> NULmight be a suitable Windows equivalent to> /dev/null