def tag(tag_string):
"""
Tag datapackage on the server. Create new copy of the latest version of the
datapackage on the server, and assign a tag.
"""
client = click.get_current_context().meta['client']
puburl = client.tag(tag_string)
echo('Datapackage successfully tagged.')
评论列表
文章目录