csantanapr commented on issue #610: Provide support for an env_variable for 
package name
URL: 
https://github.com/apache/incubator-openwhisk-wskdeploy/issues/610#issuecomment-337960565
 
 
   @mrutkows @houshengbo @daisy-ycguo 
   The sample is the following, we want to be able to have a manifest of this 
form
   ```
   package:
     name: $MY_AWESOME_PACKAGE
     version: 1.0
     license: Apache-2.0
     namespace: _
     actions:
       helloworld:
         function: actions/helloworld.js
   ```
   And  use the environment variable `MY_AWESOME_PACKAGE`  for the package name.
   
   @beemarie what's the current behavior? you get an error in wskdeploy?

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