aboutsummaryrefslogtreecommitdiff
path: root/OPTIONS.md
diff options
context:
space:
mode:
authorPatrik Gustavsson <patrik.gustavsson@arm.com>2020-11-18 17:05:50 +0100
committerpatrik.gustavsson <patrik.gustavsson@arm.com>2020-11-19 12:12:07 +0000
commitc8a22f198c4fb23735962fee00c062b0325ca6a6 (patch)
treee9a99cb102d43471a6454267170aa7e5ba3b541f /OPTIONS.md
parentbdf09f9eca75fab14298a94a5402efc15f698e68 (diff)
downloadethos-u-vela-c8a22f198c4fb23735962fee00c062b0325ca6a6.tar.gz
MLBEDSW-3251 Add version to external API
Added version to the external API -Added CLI-option --api_version -Added API function to get the API version Signed-off-by: Patrik Gustavsson <patrik.gustavsson@arm.com> Change-Id: I0143b50adf884a2b05145912a1c7bef8cecc5f02
Diffstat (limited to 'OPTIONS.md')
-rw-r--r--OPTIONS.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/OPTIONS.md b/OPTIONS.md
index 7d123517..f02b91e9 100644
--- a/OPTIONS.md
+++ b/OPTIONS.md
@@ -38,6 +38,17 @@ required Network argument.
vela --version
```
+### API version
+
+Displays the version of the external API. Can be used without the
+required Network argument.
+**Type: N/A**
+**Default: N/A**
+
+```bash
+vela --api-version
+```
+
### Supported Operator Report
Generate the SUPPORTED_OPS.md file in the current working directory and exits.