mirror of https://github.com/databricks/cli.git
5 lines
193 B
Plaintext
5 lines
193 B
Plaintext
|
$CLI bundle validate --debug 2> full.stderr.txt
|
||
|
grep -vw parallel full.stderr.txt > out.stderr.txt
|
||
|
grep -w parallel full.stderr.txt | sort_lines.py > out.stderr.parallel.txt
|
||
|
rm full.stderr.txt
|