From 46992826af6163af7ae6ea141879251e15917aca Mon Sep 17 00:00:00 2001 From: Mohit Yadav Date: Fri, 12 Apr 2024 15:46:50 +0200 Subject: [PATCH] removed graphql, in the readme. support for it is a future enhancement --- akm_tools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akm_tools/README.md b/akm_tools/README.md index fddbfe0..03f73de 100644 --- a/akm_tools/README.md +++ b/akm_tools/README.md @@ -19,7 +19,7 @@ The main functionality is accessed through the command line interface (CLI) prov - `-xs`, `--extended_schema_dir`: Specifies the directory containing extended schema files for validation. Default is `extensions/schema`. - `-xd`, `--extended_data_dir`: Specifies the directory containing extended data. Default is `extensions/data`. -- `-e`, `--export_format`: Specifies the format for exporting validated data. Options are `json`, `yaml`, and `graphql`. +- `-e`, `--export_format`: Specifies the format for exporting validated data. Options are `json`, `yaml` - `-f`, `--export_file_path`: Specifies the path for the export file. Required if `--export_format` is specified. ### Example Commands