This repository was archived by the owner on Jul 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -212,21 +212,26 @@ We have lots of ideas for making Compose-based applications easier to share and
212212
213213```
214214$ docker-app
215- Docker App Packages
215+ Build and deploy Docker applications.
216216
217217Usage:
218218 docker-app [command]
219219
220220Available Commands:
221- helm Render the Compose file for this app as an Helm package
221+ deploy Deploy or update an application
222+ helm Generate a Helm chart
222223 help Help about any command
223- init Initialize an app package in the current working directory
224- inspect Retrieve metadata for a given app package
225- render Render the Compose file for this app
224+ init Start building a Docker application
225+ inspect Shows metadata and settings for a given application
226+ ls List applications.
227+ push Push the application to a registry
228+ render Render the Compose file for the application
229+ save Save the application as an image to the docker daemon(in preparation for push)
226230 version Print version information
227231
228232Flags:
229- -h, --help help for docker-app
233+ --debug Enable debug mode
234+ -h, --help help for docker-app
230235
231236Use "docker-app [command] --help" for more information about a command.
232237```
You can’t perform that action at this time.
0 commit comments