From cf6f2f00a13b9cdfcd21a8ab4c21eb7ef7d7de47 Mon Sep 17 00:00:00 2001 From: Mikhail Merkulov Date: Fri, 28 Jun 2024 00:16:31 +0300 Subject: [PATCH] updated readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 814292f..f43acb6 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,11 @@ Get sensor readings from the BMC. List sensors: `megarac sensors list [--profile profile_name] [-all] [--find name]` or `megarac sensors list --host [hostname] --user [username] --password [password] [--insecure] [--use-ssl false] [-all] [--find name]` +### Output format + +By default, Megarac outputs data in a human-readable format. You can use the `--format json` flag to output data in JSON format. +Please note that any errors or warnings will be displayed in the human-readable format. + ## Contributing Contributions to Megarac are welcome! Please refer to the CONTRIBUTING.md file for guidelines on how to contribute to this project.