Crates.io | probely |
lib.rs | probely |
version | 0.1.21 |
source | src |
created_at | 2024-09-09 18:22:51.710346 |
updated_at | 2024-09-17 16:53:06.761327 |
description | 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/. |
homepage | |
repository | |
max_upload_size | |
id | 1369637 |
size | 132,858 |
Install Rust + cargo trough either link: Rust Cargo
probely --help
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.
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
alternative to dialoguer
)Security related