Closed daniel-thom closed 2 years ago
If you run disco upgrade-cost-analysis config.json -o /tmp/upgrades-output the redirect fails because the output directory has a different root. It only works if you specify a local output directory, like ./upgrades-output.
disco upgrade-cost-analysis config.json -o /tmp/upgrades-output
./upgrades-output
If you run
disco upgrade-cost-analysis config.json -o /tmp/upgrades-output
the redirect fails because the output directory has a different root. It only works if you specify a local output directory, like./upgrades-output
.