Skip to content

Files

Latest commit

 

History

History
17 lines (12 loc) · 401 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 401 Bytes

JSON echo

This is a sample app that reads JSON from the input and writes it to the output. Furthermore, it adds a statistics section to the output.

Usage

echo '{"hello": "world!"}' | python main.py

Push to Nextmv

nextmv app create -a echo -n "JSON echo" -d "This is a sample app that reads JSON from the input and writes it to the output."
nextmv app push -a echo