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.
proof Commands related to proofs for the current
circuit.
whoami Display the currently authorized organization
name.
help [command] display help for command
Subcommands
📄️ clone
Clone a circuit into a local directory.
🗃️ config
1 items
🗃️ exec
2 items
📄️ init
Initializes a new Sindri project in a directory.
📄️ deploy
Uploads your project and compiles the associated circuit through the Sindri API.
📄️ lint
Checks a project for potential issues which might cause compilation to fail.
📄️ login
Authorize the client for API requests.
📄️ logout
Remove the current authorization for the client.
🗃️ proof
1 items
📄️ whoami
Show which account the client is currently authenticated with.