Closed
Description
Problem:
We want the license generator to be easy to use, and not depend on the user remembering all the features and their names.
For number of active users, 0 means unlimited seats, and we don't want that to be done accidentally.
AC:
Account ID
- license generator prompts for Salesforce account ID on generation
- validate that an invalid account ID is rejected
Features
- license generator prompts for number of active users & whether to enable or disable audit logging
- validate that in order to generate a license with
active_user_limit: 0
the user must typeunlimited
- validate that license file reflects audit logging choice
Note: automated unit testing is generally not required for this repo