There's some inconsistency with "name", "title", "slug" on the platform, with different services/the cli using different name for the same things.
To make this consistent across the whole platform, we should change the service and the CLI to have
name: The human readable (e.g. with spaces) name
slug: the machine readable (e.g. spaces replaced with -) name
The cli should then use slug as parameter in datasets and projects.
Also inform the omnibenchmark people once this is done.
There's some inconsistency with "name", "title", "slug" on the platform, with different services/the cli using different name for the same things.
To make this consistent across the whole platform, we should change the service and the CLI to have
name: The human readable (e.g. with spaces) name
slug: the machine readable (e.g. spaces replaced with
-) nameThe cli should then use
slugas parameter in datasets and projects.Also inform the omnibenchmark people once this is done.