Closed larsbutler closed 10 years ago
The order is now zpm deploy <target-container> <zapp-file>, which is consistent with swift upload <target-container> <file>.
zpm deploy <target-container> <zapp-file>
swift upload <target-container> <file>
Fixes https://github.com/zerovm/zpm/issues/111.
(Note that it is disputed whether or not #111 is a real issue.)
+1 from me
The order is now
zpm deploy <target-container> <zapp-file>
, which is consistent withswift upload <target-container> <file>
.Fixes https://github.com/zerovm/zpm/issues/111.