Create internal BLOB store structure (folders) for specifies FileSystem store.
Must be used on the same computer where UnityBase server installed ( remote server connection is not supported).
Usage from a command line:
ubcli createStore -?
Usage from a script:
const storeCreator = require('@unitybase/ubcli/createStore')
let options = {
store: "*"
};
storeCreator(options)