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
Posting this as a result of a discussion with @shortcipher3:
I think the main thing for me is I would like to be able to try it out maybe with a few setups, show it off and get feedback and change things based on feedback. The tool is simple and flexible which I like, but it allows for different setups, so I would like to see what works best for us.
I think a couple things would be really helpful for this kind of sandboxing.
Being able to blow away gto and start fresh
Having a history or being able to get a list of commands that will generate the current gto state
This would make it a lot easier to undo and redo a bunch of commands.
I think cloning the repo and using the clone as a sandbox would help with my case. Ideally I would like to be working directly in the original repo.
So, that was the feedback. My thoughts:
Being able to blow away gto and start fresh
Means removing all Git tags that were created by GTO. Don't touch anything else, e.g. Git commits that were created to modify artifacts.yaml
Having a history or being able to get a list of commands that will generate the current gto state
Posting this as a result of a discussion with @shortcipher3:
So, that was the feedback. My thoughts:
Means removing all Git tags that were created by GTO. Don't touch anything else, e.g. Git commits that were created to modify artifacts.yaml
Rn there is this command
We can improve it, e.g. implement something like:
The text was updated successfully, but these errors were encountered: