You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
Currently, the sba story command only generates stories that use the fetchFromAEM method. This should be updated to optionally generate stories using the htl-engine method. This should be either configured in the package.json or asked as a user prompt after running the sba story command.
The text was updated successfully, but these errors were encountered:
It should be asked in the sba story command, and/or have a flag the command responds to. Also, I think there's some additional questions that could be asked that would be more tailored to using the HTL Engine method.
Sounds good. Maybe it defaults to asking which method you want to use, but if it is answered in the package.json then it isn't asked in the sba story command, so that the CLI could be configured for easier usage, skipping questions if they are already answered in the config.
Currently, the
sba story
command only generates stories that use thefetchFromAEM
method. This should be updated to optionally generate stories using thehtl-engine
method. This should be either configured in the package.json or asked as a user prompt after running thesba story
command.The text was updated successfully, but these errors were encountered: