From 0dbcf4c043c3410ff5c2f409889883fb09758429 Mon Sep 17 00:00:00 2001 From: Grant Arnold Date: Fri, 28 Apr 2023 15:04:17 -0700 Subject: [PATCH] Add note to readme for FME Flow compatability. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 23403a4..c21567a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ fmeserver info For full documentation of all commands, see the [Documentation](docs/fmeserver.md). +## Supported Versions of FME Flow + +This CLI has been written with backwards compatibilty in mind. Officially this will support FME Flow 2022.2 and later. However, we have tested back to FME Server 2019 and are able to log in and run commands. Not all commands are guaranteed to work on builds before FME Flow 2022.2. ## Development