📦 Extract Config from Storage
warning
Ensure you have an active Python venv
in a terminal window.
🔍 Context
This command allows the extraction of the configuration file from an existing storage file.
The resulting storage.config-{VERSION}.xlsx
file represents the
configuration used in creating the storage file.
🚀 Execution
- Type
sse_config
, then add<space>
- Drag and drop your storage file into the terminal (or type path)
- Press
Enter
📝 Example
# Windows
sse_config C:\to\storage.h5
# Ubuntu / macOS
sse_config path/to/storage.h5