Formulas commands

In this section, you will find more details about formula commands that can be used through input flags.

The Input flags with formulas are based on the inputs parameters names. They are informed in the config.json file used to implement the formula.

Example

  1. Formula command: rit demo formula

  2. Inputs names asked in the config.json file:

    • name
    • surname
    • dateOfBirth
  3. Formula execution with input flags:

rit demo formula --name="dennis" --surname="ritchie" --dateOfBirth="09/09/1941"

Last modified October 29, 2021: Doc review (#161) (ef9c57d8)