@click.option('--watch','-w',help="Run repeatedly with the given interval in seconds",type=click.IntRange(2,2147483647,clamp=True))
@click.option('--compact/--pretty','-c/-p',default=False,show_default=True,help="Print pretty and indented json or compact")
@click.option('--userconfig','-u',is_flag=True,help="Use user config even if on server")
@click.option('--endpoint','-e',multiple=True,help="Filter by one or more endpoints as named in the user configuration (e.g. [servername]). Order is respected.")