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

Commit 9e2356a

Browse files
committed
Update README
Signed-off-by: Joffrey F <[email protected]>
1 parent fd6e466 commit 9e2356a

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,29 @@
11
# app package
22

33
```
4-
$ docker-app
4+
$ lunchbox
5+
Docker App Packages
6+
57
Usage:
68
docker-app [command]
79
810
Available Commands:
911
build Compile an app package from locally available data.
1012
deploy Deploy the specified app on the connected cluster
13+
helm Render the composefile for this app as an Helm package
1114
help Help about any command
1215
init Initialize an app package in the current working directory
1316
inspect Retrieve metadata for a given app package
14-
push Push a compiled app package to a remote registry
17+
load Load an app from docker
18+
pack Pack this app as a single file
19+
pull Pull an app from a registry
20+
push Push the application to a registry
21+
render Render the composefile for this app
22+
save Save the application to docker (in preparation for push)
23+
unpack Unpack the app to expose the content
1524
1625
Flags:
1726
-h, --help help for docker-app
18-
```
27+
28+
Use "docker-app [command] --help" for more information about a command.
29+
```

0 commit comments

Comments
 (0)