This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
Bug: rit init
support flags aren't working as expected
#1033
Labels
🍎 Mac
This issue or pull request is specific to the Mac operating system
🪲 bug
Report a bug encountered while operating Ritchie
✔️ refined
ISSUE refined by the Ritchie Team
🐧 Linux
This issue or pull request is specific to the Linux operating system
usability
Related to tool usability
💠 Windows
This issue or pull request is specific to the Windows operating system
What happened:
It seems that the support flags for the rit init commands aren't working as expected.
When we execute the
rit init
command manually, themetrics
anddefault-formula-runner
files are created or updated.When we execute the
rit init
command with flags (_e.g: rit init --sendMetrics="no" --addCommons="yes" --runType="docker"_), the
metrics
anddefault-formula-runner
files aren't created or updated.What you expected to happen:
rit init
command to work the same way through manual or flags execution.How to reproduce it (as minimally and precisely as possible):
Run the
rit init
command manually to check that themetrics
anddefault-formula-runner
files are created or updated.Run the
rit init
command with flags (_e.g: rit init --sendMetrics="no" --addCommons="yes" --runType="docker"_) to check that the
metrics
anddefault-formula-runner
files aren't created or updated.Anything else we need to know?:
Environment:
rit --version
): 2.12.0 (LTS)Note
It could be interesting to check this behaviour through the functional tests workflow as well from now.
The text was updated successfully, but these errors were encountered: