@cli.command()
@click.argument('uri')
@click.pass_context
def get(ctx, uri):
    """Perform an HTTP GET of the provided URI