Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ Are there any new or updated tests to validate the changes?
## Test Directions

(Additional instructions for how to run tests or validate functionality if not covered by unit tests)

## Versions

- Pilot Release Version:
- Compatible Version:
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ Command line tool that allows the user to execute data operations on the platfor

./app/bundled_app/linux/pilotcli --help


## Compatible versions

| Cli Version | Pilot Release Version | Compatible Version |
|----------|----------|----------|
| 3.15.0 | 2.14.2 | 2.14.2 |
| 3.15.1 | 2.14.2 | 2.14.2 |
| 3.15.2 | 2.15 | 2.15 |

### Build Instructions
1. Each system has its own credential, so building should be done after the updated the env file.
2. Run build commands for your system.
Expand Down
Loading