1 unstable release
0.1.21 | Sep 17, 2024 |
---|---|
0.1.2 |
|
0.1.1 |
|
0.1.0 |
|
#2117 in Command line utilities
84KB
2K
SLoC
System Requirements:
Install Rust + cargo trough either link: Rust Cargo
Then do:
probely --help
Set up CLI:
probely -- init
Will initialize the config files required for cli to work - it will create probely
folder in your root (cd ~/.probely/
) and it will create 2 files - config and credentials files. Check those out to see what we are doing.
Set up your Probely API key:
After you have initialized the CLi with the above command, run the following command to set up the API key
probely config set --api_key=YOUR_API_KEY
YOu can also set the region url for the specific region of your account":
probely config set --region_api_url=YOUR_REGION_URL
Crates used:
want to use/try
- inquire (
alternative to dialoguer
)
Some useful links to learn about Rust:
Security related
Dependencies
~9–21MB
~301K SLoC