Skip to content

Commit

Permalink
removed graphql, in the readme. support for it is a future enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitYadav-codes committed Apr 12, 2024
1 parent 50f8a63 commit 4699282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akm_tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4699282

Please sign in to comment.