You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My thought is that the initial bake feature is the way to cache repos to leverage for further insight. Today a user needs to constantly add the URL of the repo they are looking.
Suggested solution
To start we can create a stash or cache where a user can bake a repo and run subsequent commands on it. For example:
$ pizza bake https://github.com/open-sauced/pizza
> ready
$ pizza list
> open-sauced/pizza
$ pizza show
>********some ascii chart here********
To remove pizza in the oven
$ pizza bake pop https://github.com/open-sauced/pizza
>
Type of feature
🍕 Feature
Current behavior
My thought is that the initial
bake
feature is the way to cache repos to leverage for further insight. Today a user needs to constantly add the URL of the repo they are looking.Suggested solution
To start we can create a stash or cache where a user can bake a repo and run subsequent commands on it. For example:
To remove pizza in the oven
$ pizza bake pop https://github.com/open-sauced/pizza >
Additional context
More context on the show command here #9
Code of Conduct
Contributing Docs
The text was updated successfully, but these errors were encountered: