Treza CLI
Command-line interface for the Treza platform
Installation
npm install -g @treza/cliyarn global add @treza/cliQuick Start
# Configure the CLI with your wallet
treza config init
# List your enclaves
treza enclave list
# Create an enclave from a Docker image
treza enclave create \
--name "My Enclave" \
--source-type registry \
--image nginx:latest \
--region us-west-2
# Create an enclave from a GitHub repository
treza enclave create \
--name "My App Enclave" \
--source-type github \
--github-repo https://github.com/my-org/my-app \
--github-branch main \
--region us-west-2Commands
Configuration
Enclaves
Flag
Description
Default
KYC Verification
Tasks
Providers
Global Options
Configuration
Setting
Description
Default
Examples
Deploy from a GitHub repository
Deploy from Docker Hub
Deploy from a private registry
Verify KYC proofs
Scripting and automation
Enclave Status Lifecycle
Status
Description
Development
Related Projects
Support
License
Last updated