Schema version for config file
JoshOrndorff opened this issue · 4 comments
JoshOrndorff commented
The config file should have a field for schema version. When polkadot launch is run,it first checks the schema version to see if it knows how to interpret the config file. If not, fail with a reasonable error message. This will help users avoid confusion when they run an old version of polkadot launch with a new config file or vice versa.
shawntabrizi commented
the check
file should basically do the same.
JoshOrndorff commented
What is the check
file?
JoshOrndorff commented
Oh nice. Didn't realize you had it already.