akrabat opened a new issue #2428: wks action update with `--web true` fails
URL: https://github.com/apache/incubator-openwhisk/issues/2428
 
 
   ## Environment details:
   
   * Local Vagrant installation of OpenWhisk, commit 
`db21c089dac0e7bf87fbf648a83d50ef974cf673` (current tip of `master`).
   * `wsk` client from Bluemix, version `2017-06-17T19:12:56+00:00`.
   
   
   ## Steps to reproduce the issue:
   
   ```
   $ wsk action list
   actions
   $ wsk package list
   packages
   $ wsk package create P1
   ok: created package P1
   $ wsk action update hello hello.js --web true --kind nodejs:default
   error: Invalid argument(s). Unable to get action 'hello': The requested 
resource does not exist. (code 173)
   Run 'wsk --help' for usage.
   $ wsk action update hello hello.js --kind nodejs:default
   ok: updated action hello
   ```
   
   ## Provide the expected results and outputs:
   
   I expected the action to be created when I use `--web true`.
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to