@@ -8,7 +8,7 @@ const deepAssign = require('deep-assign');
88const updateNotifier = require ( 'update-notifier' ) ;
99
1010const pkg = require ( '../package.json' ) ;
11- const { preprocessArgs, fileExists, parseConfig} = require ( './internals' ) ;
11+ const { preprocessArgs, fileExists, parseConfig, collect } = require ( './internals' ) ;
1212
1313const defaultConfig = parseConfig ( require ( './defaultConfig.json' ) ) ;
1414
@@ -26,7 +26,7 @@ program
2626 . option ( '-e, --env <name>' , 'Overrides the selected environment [default: development]' )
2727 . option ( '-p, --path <path>' , 'Path to you projects root folder, [default: CWD]' )
2828 . option ( '-s, --service <name>' , 'Overrides the targeted docker service' )
29- . option ( '-f, --file < filepath> ' , 'Overrides the targeted docker-compose file' )
29+ . option ( '-f, --file [ filepath ...] ' , 'Overrides the targeted docker-compose file(s)' , collect , [ ] )
3030 . option ( '-u, --user <user>' , 'Run the command as this user' )
3131 . option ( '-i, --index <index>' , 'Index of the service is there are multiple [default: 1]' )
3232 . option ( '-p, --privileged' , 'Give extended privileges to the executed command process' )
0 commit comments