Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
Update input flag README file (#868)
Browse files Browse the repository at this point in the history
* add stadin validation with docker

Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>

* Update code style

* Update code style bis

* Refactor

* merge master

* add INPUT FLAG command to README file template

Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>

* Update README.md
  • Loading branch information
GuillaumeFalourd authored Feb 23, 2021
1 parent 916531e commit cf02b34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ rit init
To access the ["hello-world" formula]((https://github.com/ZupIT/ritchie-formulas-demo/tree/master/demo/hello-world)), you'll need to add the [ritchie-formulas-demo](https://github.com/ZupIT/ritchie-formulas-demo) repository locally. To do so, you can use the `rit add repo` command, or execute the command line below:

```bash
echo '{"provider":"Github", "name":"demo", "url":"https://github.com/ZupIT/ritchie-formulas-demo", "priority":1}' | rit add repo --stdin
rit add repo --provider="Github" --name="demo" --repoUrl="https://github.com/ZupIT/ritchie-formulas-demo" --priority=1

```

Then, you'll be able to execute the "hello-world" formula through the command line below:
Expand Down

0 comments on commit cf02b34

Please sign in to comment.