epam / hub-extensions

Hub CLI extensions
Mozilla Public License 2.0
0 stars 2 forks source link

Generate stack name on init #63

Closed akranga closed 1 year ago

akranga commented 1 year ago

Today when user runs hubctl stack init then they will get initialised as the domain name has not been defined for the stack. There is possibility for stacks that doesn't have domain name at all this name will follow. To improve this situation, hubctl stack init should come up with random pet-name if it cannot derive from domain name

There are few cases we would like to address to make sure this is backwards compatible:

akranga commented 1 year ago

@oginskis would you give it a try? There might be cases that have been missed

oginskis commented 1 year ago

Verified it when worked on TDSpora stacks. All known issues has been addressed. Closing