#security #command-line-tool #api-key #api #cli

bin+lib probely

The unofficial CLI tool for interacting with the Probely API. 🚀 This project was initiated as a way to learn Rust and is currently a work in progress. It is not yet complete. For the official Probely CLI, please visit the documentation at https://developers.probely.com/.

1 unstable release

0.1.21 Sep 17, 2024
0.1.2 Sep 17, 2024
0.1.1 Sep 10, 2024
0.1.0 Sep 9, 2024

#1716 in Command line utilities

Download history 178/week @ 2024-09-05 202/week @ 2024-09-12 46/week @ 2024-09-19 6/week @ 2024-09-26 2/week @ 2024-10-03

281 downloads per month

MIT license

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)


Security related

Dependencies

~9–21MB
~300K SLoC