We unify query-blocks into query. Now, in the presence of --block flag, the query will be performed directly on a local/remote block instead of using a pyroscope server.
We deprecate profilecli query merge in favor of profilecli query profile. Old merge gets hidden from doc (although still runnable) and logs a deprecation notice.
Other minor code refactors, mostly moving lines from one file to another.
In this PR:
query-blocks
intoquery
. Now, in the presence of--block
flag, the query will be performed directly on a local/remote block instead of using a pyroscope server.profilecli query merge
in favor ofprofilecli query profile
. Oldmerge
gets hidden from doc (although still runnable) and logs a deprecation notice.