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

Update input flag README file #868

Merged
merged 20 commits into from
Feb 23, 2021
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
1bc8068
add stadin validation with docker
GuillaumeFalourd Sep 2, 2020
b3f8ab6
Update code style
GuillaumeFalourd Sep 2, 2020
78a95ca
Update code style bis
GuillaumeFalourd Sep 2, 2020
7575ab6
Refactor
GuillaumeFalourd Sep 2, 2020
136c720
Merge remote-tracking branch 'upstream/master'
GuillaumeFalourd Sep 2, 2020
b8aac2b
Merge branch 'bug/stdin-docker' of https://github.com/GuillaumeFalour…
GuillaumeFalourd Sep 2, 2020
5b11b60
Merge remote-tracking branch 'upstream/master' into bug/stdin-docker
GuillaumeFalourd Sep 2, 2020
933f8f8
Merge branch 'bug/stdin-docker'
GuillaumeFalourd Sep 2, 2020
1aaeb73
merge master
GuillaumeFalourd Sep 21, 2020
7169f78
Merge remote-tracking branch 'upstream/master'
GuillaumeFalourd Sep 21, 2020
39eb9a3
Merge remote-tracking branch 'upstream/master'
GuillaumeFalourd Sep 22, 2020
e197af3
Merge remote-tracking branch 'upstream/master'
GuillaumeFalourd Oct 5, 2020
f0a1665
Merge remote-tracking branch 'upstream/master'
GuillaumeFalourd Oct 22, 2020
eb22b3f
Merge remote-tracking branch 'upstream/master'
GuillaumeFalourd Nov 24, 2020
9e0d24f
Merge remote-tracking branch 'upstream/master'
GuillaumeFalourd Dec 4, 2020
19cacb0
Merge remote-tracking branch 'upstream/master'
GuillaumeFalourd Dec 23, 2020
ab0e095
Merge remote-tracking branch 'upstream/master'
GuillaumeFalourd Jan 28, 2021
074e0cf
Merge remote-tracking branch 'upstream/master'
GuillaumeFalourd Feb 22, 2021
7bcb957
add INPUT FLAG command to README file template
GuillaumeFalourd Feb 22, 2021
8837622
Update README.md
GuillaumeFalourd Feb 22, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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