Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring Idea: Installation history #10

Open
rboni-dk opened this issue Apr 29, 2024 · 0 comments
Open

Refactoring Idea: Installation history #10

rboni-dk opened this issue Apr 29, 2024 · 0 comments

Comments

@rboni-dk
Copy link
Contributor

Problem

Currently, all the outcomes of an installation as stored into individual, statically-named files at the current folder. This is great for finding and customizing the file contents when needed, but it makes it harder to update and might be confusing if the number of files increases.

Proposal

Instead of generating configuration and credential files, store all the relevant installation data into a single history file/folder, so that the actions that runs next can rely on that information.

  • Remember which port is being used by the "expose" action and consider it when running the demos
  • Add actions to show the credentials instead
  • Potentially build a dashboard action that lists everything that the user has installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant