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

Commit

Permalink
Merge pull request #122 from GuillaumeFalourd/feature/formula-demo-he…
Browse files Browse the repository at this point in the history
…llo-world

[FEATURE] Update stdin on formula README
  • Loading branch information
GuillaumeFalourd authored Aug 10, 2020
2 parents 9d3c79d + 0099ae5 commit e11b86e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
16 changes: 3 additions & 13 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
<!-- markdownlint-disable-file MD013 -->

CODEOWNERS

* @rodrigomedeirosf
* @sandokandias
* @marcosgmgm
* @kaduartur
* @ernelio
* @viniciusramosdefaria
* @guillaumefalourd
* @victor-schumacher
* @fabianofernandeszup
* @maurineimirandazup
* @joaorufinozup
* @antoniofilhozup
* @henriquemoraeszup
* @rodrigomedeirosf @sandokandias @marcosgmgm @kaduartur @ernelio @viniciusramosdefaria @guillaumefalourd @victor-schumacher @fabianofernandeszup @antoniofilhozup @henriquemoraeszup
4 changes: 2 additions & 2 deletions demo/hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

- Stdin

```echo "{\"input_text\":\"Dennis\", \"input_bool\":\"false\", \"input_list\":\"false\", \"input_password\":\"Ritchie\"}" | rit demo hello-world --stdin```
```echo '{"input_text":"Dennis", "input_bool":"false", "input_list":"false", "input_password":"Ritchie"}' | rit demo hello-world --stdin```

- Stdin + Docker

```echo "{\"input_text\":\"Dennis\", \"input_bool\":\"false\", \"input_list\":\"false\", \"input_password\":\"Ritchie\"}" | rit demo hello-world --stdin --docker```
```echo '{"input_text":"Dennis", "input_bool":"false", "input_list":"false", "input_password":"Ritchie"}' | rit demo hello-world --stdin --docker```

## Description

Expand Down

0 comments on commit e11b86e

Please sign in to comment.