cli
cli copied to clipboard
Version Checking using CLI on Installation
Reason/Context
- What is the motivation?
On installation of any package, I think it's a good practice to have a way for users to check installation using the checking version. Most of the packages provide a way to do this by providing a -v or --v or -version type of flags. However, there is none in the async API CLI tool.
- Why we need this improvement?
So what we can do is to include a flag for version checking which will be helpful for users to check if installation was complete and also check the versions. Right now, there are not many things associated with CLI command. But if later there are lots of things to do with CLI and the user has to check installation or version via asyncapi command without any flag, that can be irritating.
Description
- What changes have to be introduced?
We need to include a -v flag to show the version where all other flags are defined.
- Will this be a breaking change?
No, it won't be a huge change but will be nice for users for sure.