If you are already experienced and you have your virtual environment prepared and you want to get straight to the point, you can go directly to the documentation of each command to see how each one works and access the functionalities of each one.
- Check Command: Check
- Gather Command: Gather
- History Command: History
- Version Command: Version
- Settings Command: Settings
Otherwise you can follow this step by step as an example of how the cli can be installed and how it works.
$ mkdir rdap_dir
$ cd rdap_dir/
$ virtualenv --python=/usr/bin/python3 venv
If something wrong happend in this step try looking first where is your python file
$ which python3
/usr/bin/python3
If linux
$ source venv/bin/activate
If Windows
$ \venv\Scripts\activate.bat
$ pip install rdap-cli
$ rdap version
1.1.0
🎉 Congratulations! Your workstation is now ready to use the CLI! 🎉
Now I invite you to go back to the top of everything to read the documentation of each command with examples included.