may i know why the prefect cli command when output...
# prefect-getting-started
a
may i know why the prefect cli command when output to file the output get truncated. ive tried to increased the history size in windows command prompt settings (windows 11) but it still happening. tried to use powershell, git bash terminal same issue still persist eg command prefect flow-run ls > output.txt
i
It seems that this command returns only recent flows. Maybe some local code patch will help to retrieve the desired result. https://github.com/PrefectHQ/prefect/blob/bffb8d1ebe735f2a631fe8e884ce175b1bb3280a/src/prefect/cli/flow_run.py#L53