Checklist
What is the idea?
With standalone conda-index, conda-build's legacy (slow) index code is no longer needed.
Should we rewrite the conda index command in terms of standalone conda-index? Can we remove that too and use python3 -m conda_index's improved but different click-based CLI?
Checklist
What is the idea?
With standalone conda-index, conda-build's legacy (slow) index code is no longer needed.
Should we rewrite the
conda indexcommand in terms of standalone conda-index? Can we remove that too and usepython3 -m conda_index's improved but different click-based CLI?