# Functions
BackupCommand creates the "storage backup" command.
BaseStorageCommand creates the base "storage" command.
CloneCommand creates the "storage clone" command.
CreateBackupCommand creates the "storage backup create" command.
CreateCommand creates the "storage create" command.
DeleteCommand creates the "storage delete" command.
ImportCommand creates the "storage import" command.
ListCommand creates the "storage list" command.
ModifyCommand creates the "storage modify" command.
RestoreBackupCommand creates the "storage backup restore" command.
SearchSingleStorage returns exactly one storage where title or uuid matches uuidOrTitle TODO: remove the cross-command dependencies.
ShowCommand creates the "storage show" command.
TemplatizeCommand creates the "storage templatise" command TODO: figure out consistent naming, one way or the other.
# Variables
CachedStorages stores the cached list of storages in order to not hit the service more than once TODO: refactor.