Currently the sde generate command only allows for one "operation" to be performed at a time. The build package therefore has to run sde generate twice (once with --genc then again with --list) which leads to redundant work. It would be better if we could make the internal parseAndGenerate function take an array of operations instead of a single operation, which would allow for multiple operations to be performed in the same invocation.
Currently the
sde generatecommand only allows for one "operation" to be performed at a time. The build package therefore has to runsde generatetwice (once with--gencthen again with--list) which leads to redundant work. It would be better if we could make the internalparseAndGeneratefunction take an array of operations instead of a single operation, which would allow for multiple operations to be performed in the same invocation.