Skip to content

Allow --genc and --list arguments to be used in the same sde generate command #424

@chrispcampbell

Description

@chrispcampbell

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.

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions