Skip to main content

sindri Command

The main entrypoint for the Sindri CLI utility.

Usage

Usage: sindri [options] [command]

The Sindri CLI client.

Options:
-V, --version output the version number
-d, --debug Enable debug logging. (default: false)
-q, --quiet Disable all logging aside from direct command
outputs for programmatic consumption. (default:
false)
-h, --help display help for command

Commands:
clone <circuit> [directory] Clone a circuit into a local directory.
config Commands related to configuration and config
files.
exec|x [options] Run a ZKP tool in your project root inside of
an optimized docker container.
init [directory] Initialize a new Sindri project.
deploy [options] [directory] Deploy the current Sindri project.
lint [directory] Lint the current Sindri project for potential
issues.
login [options] Authorize the client.
logout Remove the current client authorization
credentials.
project Commands related to managing projects.
proof Commands related to proofs for the current
circuit.
whoami Display the currently authorized organization
name.
help [command] display help for command

Subcommands