Skip to content

Latest commit

 

History

History

echo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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