@repository.command('get')
@click.argument('id', type=int)
@pass_config
def repository_get(config, id):
    """Get info from repository"""