You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--config string Override the config file path from workflow.yaml
24
+
--default-config Use the config path from workflow.yaml settings (default behavior)
25
+
-h, --help help for hash
26
+
--no-config Hash without a config file
27
+
--public_key string Owner address to use for computing the workflow hash. Required when CRE_ETH_PRIVATE_KEY is not set and no workflow-owner-address is configured. Defaults to the address derived from CRE_ETH_PRIVATE_KEY or the workflow-owner-address in project settings.
28
+
--wasm string Path or URL to a pre-built WASM binary (skips compilation)
29
+
```
30
+
31
+
### Options inherited from parent commands
32
+
33
+
```
34
+
-e, --env string Path to .env file which contains sensitive info
35
+
-R, --project-root string Path to the project root
36
+
-E, --public-env string Path to .env.public file which contains shared, non-sensitive build config
37
+
-T, --target string Use target settings from YAML config
0 commit comments