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
Introduce the following two flags to @configu/cli:
--debug: This flag will enable debug mode for the CLI which will help the users have a deeper understanding of what's going on during the commands they run.
--configuFile / --settings / --config: This flag will allow users to explicitly point the CLI to a specific .configu file. The naming of the flag is open to suggestions.
Motivation
These two flags will improve the debugging experience and UX of the CLI respectively.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Suggestion
Introduce the following two flags to
@configu/cli
:--debug
: This flag will enable debug mode for the CLI which will help the users have a deeper understanding of what's going on during the commands they run.--configuFile
/--settings
/--config
: This flag will allow users to explicitly point the CLI to a specific.configu
file. The naming of the flag is open to suggestions.Motivation
These two flags will improve the debugging experience and UX of the CLI respectively.
The text was updated successfully, but these errors were encountered: