engine-deprecated icon indicating copy to clipboard operation
engine-deprecated copied to clipboard

Use "short" names for components

Open smacker opened this issue 5 years ago • 2 comments

We have at least components install and components start commands which expect name of a component. Currently, it works only with srcd-cli-<name>. There are at least 2 solutions:

  • add prefix automatically in that commands
  • update components to expose name without the prefix
  • ???

smacker avatar Apr 12 '19 16:04 smacker

I'd try to decouple the implementation details: image and container names, from the user facing. Considering that, the second option looks more aligned with that goal.

dpordomingo avatar Apr 13 '19 19:04 dpordomingo

I agree with @dpordomingo. I prefer the second option.

se7entyse7en avatar Apr 19 '19 10:04 se7entyse7en