New CLI commands need to be added in order to allow the users to change the autoentities properties inside of the config file.
Introduce a new autoentities configure subcommand that operates like an upsert.
These commands need to follow the existing coding pattern that we have for the other CLI commands
dab auto-config-simulate --output file.json
This command will output all of the existing entities that are created from the autoentities configuration
- The output flag is optional, if it doesn’t appear then it will be output into the console
- The things that will be outputed for each entity is the alias, definition-name, and object name
- File output is csv
New CLI commands need to be added in order to allow the users to change the autoentities properties inside of the config file.
Introduce a new autoentities configure subcommand that operates like an upsert.
These commands need to follow the existing coding pattern that we have for the other CLI commands
This command will output all of the existing entities that are created from the autoentities configuration