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
- Host: GitHub
- URL: https://github.com/ericglau/interactive-stack
- Owner: ericglau
- Created: 2019-11-18T22:06:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T17:33:44.000Z (over 5 years ago)
- Last Synced: 2025-02-09T02:15:40.117Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```