Manages workflows
The workflow command allows you to register and manage existing workflows.
cre workflow [optional flags]
-h, --help help for workflow
-e, --env string Path to .env file which contains sensitive info
-R, --project-root string Path to the project root
-E, --public-env string Path to .env.public file which contains shared, non-sensitive build config
-T, --target string Use target settings from YAML config
-v, --verbose Run command in VERBOSE mode
- cre - CRE CLI tool
- cre workflow activate - Activates workflow on the Workflow Registry contract
- cre workflow build - Compiles a workflow to a WASM binary
- cre workflow custom-build - Converts an existing workflow to a custom (self-compiled) build
- cre workflow delete - Deletes all versions of a workflow from the Workflow Registry
- cre workflow deploy - Deploys a workflow to the Workflow Registry contract
- cre workflow hash - Computes and displays workflow hashes
- cre workflow limits - Manage simulation limits
- cre workflow pause - Pauses workflow on the Workflow Registry contract
- cre workflow simulate - Simulates a workflow