Skip to main content

query (q)

The query command allows you to query information about a version of FluidServer. It takes in one argument: Version, which can be latest or x.0

When you run frun query latest, it will:

Query information about the latest version of FluidServer

When you run frun query 1.0, it will:

Query information about FluidServer 1.0

In case of errors, try:

  • Re-installing frun:
    • Uninstall frun: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/FluidServer/server/HEAD/uninstall.sh)"
    • Install frun again: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/FluidServer/server/HEAD/install.sh)"