An open API service indexing awesome lists of open source software.

https://github.com/ericglau/interactive-stack

Java Appsody stack for interactive console input
https://github.com/ericglau/interactive-stack

Last synced: over 1 year ago
JSON representation

Java Appsody stack for interactive console input

Awesome Lists containing this project

README

          

# interactive stack

## Build stack
`appsody stack package`

## Initialize project
From an empty directory:
`appsody init dev.local/interactive-stack`

## Run stack
Run with interactive mode:
`appsody run --interactive`

Wait until you see:
```
[Container] Waiting for input...
```

Then press Enter, which causes the following line to be printed:
```
[Container] Line detected
```