pritidesai commented on issue #758: Deprecate interactive mode in wskdeploy
URL: 
https://github.com/apache/incubator-openwhisk-wskdeploy/issues/758#issuecomment-369018371
 
 
   sure @mrutkows we can, in that case, we should rename `--allow-interactive` 
and `-i` to `--report`. Also, there are some code paths we need to delete 
specially in `whiskclient`:
   
   ```
   grep -r "interactive" .
   ./deployers/whiskclient.go:// (5) prompt for values in interactive mode if 
any of them are missing
   ./deployers/whiskclient.go:     // If we still can not find the values we 
need, check if it is interactive mode.
   ./deployers/whiskclient_test.go:        assert.Nil(t, err, "Failed to read 
credentials in interactive mode")
   ./parsers/manifest_parser.go:                   // TODO() interactive ask 
for branch, AND consider YAML specification to allow key for branch
   ...
   ``` 

----------------------------------------------------------------
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