sqd deploy
Deploy a new or update the existing squid version. The squid name and the version is taken from the provided deployment manifest.
sqd deploy SOURCE
Deploy a new or update the existing squid version.
USAGE
$ sqd deploy SOURCE
ARGUMENTS
SOURCE Squid source. Could be:
- a relative or absolute path to a local folder (e.g. ".")
- a URL to a .tar.gz archive
- a github URL to a git repo with a branch or commit tag
OPTIONS
-m, --manifest=manifest [default: squid.yaml] A manifest file
-r, --hard-reset Do a hard reset before deploying. Drops and re-creates all the squid services including the
addons. Will cause a short API downtime
-u, --update Do not require a confirmation if the version already exists
--no-stream-logs Do not attach and stream squid logs after the deploy
ALIASES
$ sqd squid:deploy
See code: src/commands/deploy.ts