Updated Design: Version Control (markdown)

Nick O'Leary 2017-02-28 14:33:02 +00:00
parent 6348b17813
commit efc2957ede
1 changed files with 8 additions and 8 deletions

@ -140,14 +140,14 @@ By default, the `localfilesystem` implementation should be entirely file based.
- the base flow/credential files remain unchanged to how they work today
- a new directory structure is created alongside the flow file:
my-flows.json
my-flows_cred.json
.my-flows_history/
log.json
0.my-flows.json
0.my-flows_cred.json
1.my-flows.json
1.my-flows_cred.json
my-flows.json
my-flows_cred.json
.my-flows_history/
log.json
0.my-flows.json
0.my-flows_cred.json
1.my-flows.json
1.my-flows_cred.json
The `.<file>_history` directory contains the history of flow files; each prefixed
with its version id.