Update Code Structure authored by Mark Hewitt's avatar Mark Hewitt
......@@ -12,6 +12,7 @@ The OSDU CLI uses the [Python Click](https://click.palletsprojects.com/en/8.0.x/
| ├── schema/ <- Schema commands
| ├── search/ <- Search commands
| ├── status/ <- Status commands
| ├── storage/ <- Storage commands
| ├── unit/ <- Unit commands
| ├── version/ <- Version command
| └── workflow/ <- Workflow commands
......
......