Closed shivam-Purohit closed 6 months ago
I will refactor it for the update probe command
Looks good to me. @kartikaysaxena any views on this?
Can I work on this?
@milinddethe15 you can go ahead and raise a pr. Just mention this issue there.
Sorry for being late here @SarthakJain26 , was busy recently, yeah I think it makes sense, would come up with a PR to enhance this feature.
@kartikaysaxena you can raise a pr for that. Thank you!
Update command currently does not follow the command convention. we already have a version command we can just add this update command as subcommand for version command. It should look something like this
litmusctl version update
or we can just add a flag for updating
litmusctl version --update
this seems like a better approach for me