This repository was archived by the owner on Mar 16, 2024. It is now read-only.
Commit c3b7839
committed
Support re-pull through --image flag #948
Previously, we introduced a way to force an app to re-pull its image
via:
```
acorn update --pull <app name>
```
This introduces a different way to achieve the same functionality:
```
acorn udpate --image <image name> <app name>
```
Signed-off-by: Craig Jellick <craig@acorn.io>1 parent 8bad256 commit c3b7839
1 file changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
61 | 66 | | |
62 | 67 | | |
63 | 68 | | |
| |||
68 | 73 | | |
69 | 74 | | |
70 | 75 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments