holos-run / holos

Holos - The Holistic platform manager
https://holos.run
Apache License 2.0
1 stars 0 forks source link

Platform CRUD #200

Closed jeffmccune closed 2 months ago

jeffmccune commented 2 months ago

Working through https://holos.run/docs/tutorial/local/k3d nate ran into friction.

natemccurdy commented 2 months ago

Another related point of friction from the Web UI (https://dev.app.holos.run/ui/platforms) is that the platform name and display name can not be edited. Not sure how far to take this idea, but I wonder if some basic platform CRUD in the UI might help too.

jeffmccune commented 2 months ago

platform CRUD in the UI might help too.

Yes, I'd like to add this at some point after release.

jeffmccune commented 2 months ago

@natemccurdy I made some improvements to the platform create, get, list, update, delete operations. I also tried to make it more clear what the active platform is, at least in the code. It may not be exposed to the user in an obvious enough way though.

Please try 0.89.0 or greater and let met know what you think. Feel free to adjust any log.Info messages, they're intended for people using holos on the cli.