Workflow Compose Create
Creates a new workflow from a docker-compose.yml file
Usage
Terminal
dxflow compose create [SOURCE] [OPTIONS]
Options
| Flag | Shorthand | Description | Type | Default | 
|---|---|---|---|---|
| --identity | -i | Workflow identity | string | `` | 
| --context | Docker context | string | `` | |
| --variable | -v | Workflow variables | strings | [] | 
| --env | -e | Workflow environment variables | strings | [] | 
| --profile | -p | Workflow profiles | strings | [] | 
| --build | Build images before create | bool | false | |
| --force-recreate | Force recreate containers if not changed | bool | false | |
| --no-build | Skip build images | bool | false | |
| --no-recreate | Skip recreate containers if exists | bool | false | |
| --pull | Pull images before create always, missing, never, build | string | `` | |
| --remove-orphans | Remove orphan containers | bool | false | |
| --start | Start workflow after create | bool | false | |
| --service | -s | Specify services to create | strings | [] |