Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit ee7df97

Browse files
author
Antony MECHIN
committed
README: Update the 'usage' section.
Signed-off-by: Antony MECHIN <antony.mechin@docker.com>
1 parent fb2af44 commit ee7df97

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff 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
217217
Usage:
218218
docker-app [command]
219219
220220
Available 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
228232
Flags:
229-
-h, --help help for docker-app
233+
--debug Enable debug mode
234+
-h, --help help for docker-app
230235
231236
Use "docker-app [command] --help" for more information about a command.
232237
```

0 commit comments

Comments
 (0)