sphuber / aiida-s3

AiiDA plugin that provides various storage backends that allow using cloud data storage services, such as AWS S3 and Azure Blob Storage.
MIT License
3 stars 2 forks source link

Add a command line interface #7

Closed sphuber closed 2 years ago

sphuber commented 2 years ago

This will allow to implement an easy way for users to create a new profile with one of the storage backends provided by this plugin. The current state of verdi does not allow to easily implement this since the options of verdi setup are hardcoded for the psql_dos storage backend. If this plugin becomes successful, we can port the functionality of dynamically generated CLI commands to setup various storage backends to aiida-core.