probely

Crates.ioprobely
lib.rsprobely
version0.1.21
sourcesrc
created_at2024-09-09 18:22:51.710346
updated_at2024-09-17 16:53:06.761327
descriptionThe 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/.
homepage
repository
max_upload_size
id1369637
size132,858
Olsi Gjeci (olsigjecii)

documentation

README

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

Commit count: 0

cargo fmt