Skip to main content

deploy Command

Uploads your project and compiles the associated circuit through the Sindri API.

Usage​

Usage: sindri deploy [options] [directory]

Deploy the current Sindri project.

Arguments:
directory The location of the Sindri project to deploy.
(default: ".")

Options:
-m, --meta <key=value> Metadata key/value to attach to the circuit build.
(default: {})
-t, --tag <tag> Tag to apply to the circuit. (default: ["latest"])
-u, --untagged Discard the current circuit after compiling.
-h, --help display help for command