Skip to content

Commit

Permalink
Help text for gae.py upload about module yaml naming.
Browse files Browse the repository at this point in the history
Since gae.py detects the non-default modules of an app by this
convention, it should be shown to the user in the help text.

R=agable@chromium.org,vadimsh@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2979433003
  • Loading branch information
ro-berto authored and Commit Bot committed Jul 7, 2017
1 parent 9b6ac24 commit 5ad6814
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appengine/components/tools/gae.py
Expand Up @@ -330,6 +330,8 @@ def CMDswitch(parser, args):
def CMDupload(parser, args):
"""Uploads a new version of specific (or all) modules of an app.
Note that module yamls are expected to be named module-<module name>.yaml
Version name looks like <number>-<commit sha1>[-tainted-<who>], where:
number git commit number, monotonically increases with each commit
commit sha1 upstream commit hash the branch is based of
Expand Down

0 comments on commit 5ad6814

Please sign in to comment.