Skip to main content

sqd run

Run a squid locally according to the deployment manifest. Notes:
  • The command is especially useful for running multichain squids, as it runs all services in the same terminal and handles failures gracefully.

sqd run PATH

Run a squid project locally
USAGE
  $ sqd run PATH [--interactive] [-m <value>] [-f <value>] [-i <value>... | -e <value>...] [-r <value>]

FLAGS
  -e, --exclude=<value>...  Do not run specified services
  -f, --envFile=<value>     [default: .env] Relative path to an additional environment file
  -i, --include=<value>...  Run only specified services
  -m, --manifest=<value>    [default: squid.yaml] Relative path to a squid manifest file
  -r, --retries=<value>     [default: 5] Attempts to restart failed or stopped services
      --[no-]interactive    Disable interactive mode
See code: src/commands/run.ts