kusion icon indicating copy to clipboard operation
kusion copied to clipboard

Support --focus files passed from an input file, to enable deps command massive focus paths

Open amyXia1994 opened this issue 3 years ago • 0 comments

Enhancement

When the number of focus files increases to a huge scale, passing them through the --focus option is not (--focus 参数)capable and will produce an "Argument list too long" error since the length of the bash scripts and environment variables has a limited capacity. So it's necessary to support passing the focus paths through an input file.

kusion deps --focus-conf <input_file_path>

amyXia1994 avatar Aug 30 '22 05:08 amyXia1994