-
Is there a way to use the cli with certain flags to bypass the prompts? |
Beta Was this translation helpful? Give feedback.
Answered by
zieka
Jun 24, 2022
Replies: 1 comment
-
Currently, the cli only is usable in an interactive mode. All of the directives and transformers are available in other packages in this mono repo if you would like to programmatically use them. Adding flags for a non-interactive way to use the CLI would be a great way to contribute and would only require basic knowledge of the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nyex-cell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the cli only is usable in an interactive mode. All of the directives and transformers are available in other packages in this mono repo if you would like to programmatically use them.
Adding flags for a non-interactive way to use the CLI would be a great way to contribute and would only require basic knowledge of the
commander
module.