Files
smom-dbis-138/docs/scripts/scripts_deployment_deploy-parallel-consolidated.sh.md

27 lines
676 B
Markdown
Raw Permalink Normal View History

# scripts/deployment/deploy-parallel-consolidated.sh
**Name**: `deploy-parallel-consolidated.sh`
Unified parallel deployment runner for infra/k8s/besu/contracts/verify
**Uses common library**: yes
**Has --help**: yes
## Usage
`${SCRIPT_NAME} --resource {infrastructure|kubernetes|besu|contracts|verify} [--parallelism N] [--dry-run] [--help]`
### Options
```
--resource <name> Which stack to deploy
--parallelism N Parallel jobs (optional)
--dry-run Print actions without executing
--help Show help
```
## Examples
```bash
${SCRIPT_NAME} --resource {infrastructure|kubernetes|besu|contracts|verify} [--parallelism N] [--dry-run] [--help]
```