konveyor / move2kube

Move2Kube is a command-line tool for automating creation of Infrastructure as code (IaC) artifacts. It has inbuilt support for creating IaC artifacts for replatforming to Kubernetes/Openshift.
https://move2kube.konveyor.io/
Apache License 2.0
383 stars 118 forks source link

Add "m2k" as alias for move2kube on installation of move2kube #1135

Closed KrishAryan closed 7 months ago

KrishAryan commented 8 months ago

Is your feature request related to a problem? Please describe.

It's frustrating to write move2kube all the time.

Describe the solution you'd like

Set an alias m2k for move2kube by default on installation

kmehant commented 8 months ago

Thanks for raising the issue, I think it should be simple to add something like

alias m2k="move2kube"

in the user's shell profile, we probably can leave this to the user how they wish to alias the move2kube command rather defaulting it in the installation process.

cc @HarikrishnanBalagopal @seshapad

Sanket-0510 commented 8 months ago

Thanks for raising the issue, I think it should be simple to add something like

alias m2k="move2kube"

in the user's shell profile, we probably can leave this to the user how they wish to alias the move2kube command rather defaulting it in the installation process.

cc @HarikrishnanBalagopal @seshapad

Folks often aren't aware regarding such commands, adding it to the readme I guess this thing can be done.

kmehant commented 8 months ago

Sure please raise a PR to the README.md with this as a suggestion.