Usage
Subcommands
validate
Validate thedokrypt.yaml configuration file.
- Project name and version
- Chains with their engine and chain ID
- Services with their types and dependencies
- Any validation errors
Example Output
Validation Rules
- Runtime: Must be
dockerorpodman - Log level: Must be
debug,info,warn, orerror - Engine: Must be
anvil,hardhat, orgeth - Hardfork: Must be
london,shanghai, orcancun - Mining mode: Must be
auto,interval, ormanual - Service type: Must be a recognized type (see Services)
show
Display the fully resolved configuration as YAML.Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--raw | bool | false | Show raw file content without resolving defaults |
Examples
init
Generate a defaultdokrypt.yaml in the current directory.
Errors
| Error | Cause | Solution |
|---|---|---|
dokrypt.yaml already exists | Config file exists | Delete it first or edit manually |