You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/12/14 17:07:16 UTC

[GitHub] rabbah opened a new pull request #3107: Give helper script proper command line parsing.

rabbah opened a new pull request #3107: Give helper script proper command line parsing.
URL: https://github.com/apache/incubator-openwhisk/pull/3107
 
 
   The arg parsing preserves existing behavior of init and run.
   
   ```bash
   usage: invoke.py [-h] [-v] [--host HOST] [-p PORT] {init,run} ...
   
   initialize and run an OpenWhisk action container
   
   optional arguments:
     -h, --help            show this help message and exit
     -v, --verbose         verbose output
     --host HOST           action container host
     -p PORT, --port PORT  action container port number
   
   available commands:
     {init,run}
       init                initialize container with src or zip/tgz file
       run                 send arguments to container to run action
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services