conda-incubator / conda-store

Data science environments, for collaboration. ✨
https://conda.store
BSD 3-Clause "New" or "Revised" License
149 stars 50 forks source link

[ENH] - New CLI design #953

Open peytondmurray opened 2 weeks ago

peytondmurray commented 2 weeks ago

Feature description

This issue is to track work that follows #921 - once core workflows have been identified and finalized, we should design a new CLI, and identify the the Python and REST APIs that need to be changed to follow from these workflows.

Related: #921, #858.

Value and/or benefit

Parity between the conda-store interfaces; designs will also enable work to begin on the CLI.

Anything else?

No response

smeragoel commented 2 weeks ago

Thanks for opening this issue Peyton! I’m currently working on the designs, documentation, and prototype for the CLI which can be found here: conda-store CLI design.

This is what I am currently working on:

  1. Creating a prototype for the Environment workflows
  2. Gathering feedback from the team and iterating based on input

After this, I'll move on to creating the designs for the remaining workflows.

We should also discuss the next steps for starting the dev work.