@click.option('--username','-u',default='',prompt="Username to connect to the openBIS instance")
@click.option('--password','-p',default='',prompt="Password to connect to the openBIS instance")
@click.option('--destination','-d',type=click.Choice(filepaths),show_default=True,default=filepaths[0],prompt="Destination where you want to store the configuration")