Sha256: 46afb5f4e90a0d32e46d05e9d44fa6a11f75421fb4d44b61688c9c04b209e379
Contents?: true
Size: 1.54 KB
Versions: 10
Compression:
Stored size: 1.54 KB
Contents
default_config: - name: 'multi_debug' type: ':boolean' description: >- Enable debugging of workers, CAP_VALUE can be true or false default: TRUE - name: 'multi_secvential' type: ':boolean' description: >- Forces execution of jobs in sequence, CAP_VALUE can be true or false default: false - name: 'websocket_server.enable_debug' type: ':boolean' description: >- Enables debugging of websocket communication between the workers, CAP_VALUE can be true or false default: false - name: 'development_stages' type: 'Array' description: >- Each of the items is used to recognize it as a development stage, CAP_VALUE can Array of String default: - development - webdev - name: 'task_confirmations' type: 'Array' description: >- Enable user confirmation dialogs before executing each task from option **--task_confirmations** CAP_VALUE can be Array of strings ( task names with scope) default: - deploy:symlink:release - name: 'apply_stage_confirmation' type: 'Array' description: >- Defines the stages for which option **--syncronize_confirmation** applies. CAP_VALUE can be an Array of strings (stages) default: - production - name: 'application_dependencies' type: 'Array' description: >- This is an 'Array' of hashes. Each hash has only the keys 'app' ( app name), 'priority' and 'dependencies' ( an 'Array' of app names that this app is dependent to) default: []
Version data entries
10 entries across 10 versions & 1 rubygems