You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.
At the very least, gaeUpload should be deprecated and gaeUpdate should be used going forward.
The whole upload concept is a bit confusing as it isn't used anywhere else.
This gives consistency to the back end update command and appcfg.sh
(The Maven GAE Plugin uses mvn gae:update as well)
The text was updated successfully, but these errors were encountered:
The update command with appcfg.sh is
but in gae plugin it is
gaeUpload
The update backend with appcfg.sh is
but in gae plugin it is
gaeUpdateBackend
At the very least,
gaeUpload
should be deprecated andgaeUpdate
should be used going forward.The whole upload concept is a bit confusing as it isn't used anywhere else.
This gives consistency to the back end update command and appcfg.sh
(The Maven GAE Plugin uses
mvn gae:update
as well)The text was updated successfully, but these errors were encountered: