Replies: 1 comment
-
I wrote up a really long nice reply with suggested formatting changes to commands and... poof lost. 😭
You cannot reuse installation names, they need to be unique. I think we have an open issue to prevent someone from say installing bundle X using a name, then installing another different bundle Y with the same name. Right now porter will let you do that but what happens is that it ends up screwing up the previous installation of bundle X. To answer the main question, yes But that's not helpful and you asked some good questions about what information would be helpful to show people! So looking at what we could do to improve:
|
Beta Was this translation helpful? Give feedback.
-
As I'm updating the quickstart, and thinking about the different definitions of concepts is there a difference between
One of the examples that I read has you installing naming the installation demo instead of accepting the default bundle name. This means you can have multiple installations of a bundle with different names. The default view of both porter install list and porter installations list is the same:
What if one of these commands actually output something like
NAME BUNDLE NAME CREATED MODIFIED LAST ACTION LAST STATUS
This would also let you be able to see the difference if multiple bundles had the same installation name.
I haven't gone through the source code or spec to actually see whether this would be ok, but wanted to get this out of my head so I can finish up the quickstart update.
Beta Was this translation helpful? Give feedback.
All reactions